File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/config/src/chains/details Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ export const linea: ChainInfo = {
3131 color : '#61dfff' , // Brand assets https://linea.build/assets
3232 website : {
3333 name : 'Linea' ,
34- url : 'https://linea.build/ ' ,
34+ url : 'https://linea.build' ,
3535 } ,
3636 docs : {
3737 name : 'Linea Docs' ,
38- url : 'https://docs.linea.build/ ' ,
38+ url : 'https://docs.linea.build' ,
3939 } ,
4040 blockExplorer : {
4141 name : 'LineaScan' ,
42- url : 'https://lineascan.build/ ' ,
42+ url : 'https://lineascan.build' ,
4343 } ,
4444 bridges : [
4545 {
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ export const plasma: ChainInfo = {
3434 color : '#569F8C' , // brand kit https://www.plasma.to/brand
3535 website : {
3636 name : 'Plasma' ,
37- url : 'https://www.plasma.to/ ' ,
37+ url : 'https://www.plasma.to' ,
3838 } ,
3939 docs : {
4040 name : 'Plasma Docs' ,
41- url : 'https://docs.plasma.to/ ' ,
41+ url : 'https://docs.plasma.to' ,
4242 } ,
4343 blockExplorer : {
4444 name : 'PlasmaScan' ,
45- url : 'https://plasmascan.to/ ' ,
45+ url : 'https://plasmascan.to' ,
4646 } ,
4747 // No native bridge available AFAICT
4848 // bridges: [
You can’t perform that action at this time.
0 commit comments