Skip to content

Commit

Permalink
Remove unnecessary slash in explorer links [skip cypress] (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanonicalJP authored Jan 16, 2025
1 parent 011461c commit 1de2efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
baseAssetSymbol: 'ETH',
wrappedBaseAssetSymbol: 'WETH',
baseAssetDecimals: 18,
explorerLink: 'https://sepolia.basescan.org/',
explorerLink: 'https://sepolia.basescan.org',
isTestnet: true,
networkLogoPath: '/icons/networks/base.svg',
},
Expand Down Expand Up @@ -354,7 +354,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
baseAssetSymbol: 'BNB',
wrappedBaseAssetSymbol: 'WBNB',
baseAssetDecimals: 18,
explorerLink: 'https://bscscan.com/',
explorerLink: 'https://bscscan.com',
networkLogoPath: '/icons/networks/binance.svg',
bridge: {
icon: '/icons/networks/binance.svg',
Expand All @@ -371,7 +371,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
baseAssetSymbol: 'ETH',
wrappedBaseAssetSymbol: 'WETH',
baseAssetDecimals: 18,
explorerLink: 'https://scrollscan.com/',
explorerLink: 'https://scrollscan.com',
networkLogoPath: '/icons/networks/scroll.svg',
bridge: {
icon: '/icons/networks/scroll.svg',
Expand All @@ -387,7 +387,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
baseAssetSymbol: 'ETH',
wrappedBaseAssetSymbol: 'WETH',
baseAssetDecimals: 18,
explorerLink: 'https://era.zksync.network/',
explorerLink: 'https://era.zksync.network',
networkLogoPath: '/icons/networks/zksync.svg',
bridge: {
icon: '/icons/networks/zksync.svg',
Expand Down

1 comment on commit 1de2efc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.