Skip to content

Commit 1de2efc

Browse files
authored
Remove unnecessary slash in explorer links [skip cypress] (#2316)
1 parent 011461c commit 1de2efc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui-config/networksConfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
267267
baseAssetSymbol: 'ETH',
268268
wrappedBaseAssetSymbol: 'WETH',
269269
baseAssetDecimals: 18,
270-
explorerLink: 'https://sepolia.basescan.org/',
270+
explorerLink: 'https://sepolia.basescan.org',
271271
isTestnet: true,
272272
networkLogoPath: '/icons/networks/base.svg',
273273
},
@@ -354,7 +354,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
354354
baseAssetSymbol: 'BNB',
355355
wrappedBaseAssetSymbol: 'WBNB',
356356
baseAssetDecimals: 18,
357-
explorerLink: 'https://bscscan.com/',
357+
explorerLink: 'https://bscscan.com',
358358
networkLogoPath: '/icons/networks/binance.svg',
359359
bridge: {
360360
icon: '/icons/networks/binance.svg',
@@ -371,7 +371,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
371371
baseAssetSymbol: 'ETH',
372372
wrappedBaseAssetSymbol: 'WETH',
373373
baseAssetDecimals: 18,
374-
explorerLink: 'https://scrollscan.com/',
374+
explorerLink: 'https://scrollscan.com',
375375
networkLogoPath: '/icons/networks/scroll.svg',
376376
bridge: {
377377
icon: '/icons/networks/scroll.svg',
@@ -387,7 +387,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
387387
baseAssetSymbol: 'ETH',
388388
wrappedBaseAssetSymbol: 'WETH',
389389
baseAssetDecimals: 18,
390-
explorerLink: 'https://era.zksync.network/',
390+
explorerLink: 'https://era.zksync.network',
391391
networkLogoPath: '/icons/networks/zksync.svg',
392392
bridge: {
393393
icon: '/icons/networks/zksync.svg',

0 commit comments

Comments
 (0)