Skip to content

Commit 66c24df

Browse files
committed
fix: remove trailing slashes from linea/plasma
1 parent ef4e5a9 commit 66c24df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/config/src/chains/details/linea.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

packages/config/src/chains/details/plasma.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)