Skip to content

Commit

Permalink
Updated networksConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CanonicalJP authored Jan 16, 2025
1 parent 937b265 commit 1ae0568
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

0 comments on commit 1ae0568

Please sign in to comment.