Skip to content

Commit

Permalink
fix: Correctly display ZkSync Sepolia token deposits and treasury (#1365
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thekidnamedkd authored Jun 7, 2024
1 parent d33caca commit abbd27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
logo: 'https://static.debank.com/image/chain/logo_url/era/2cfcd0c8436b05d811b03935f6c1d7da.png',
explorer: 'https://sepolia.explorer.zksync.io/',
isTestnet: true,
// mainnet: 'zksync',
mainnet: 'ethereum', // temporary price lookup while zksyncSepolia native token is not supported with default values by API services
explorerName: 'zkSync Sepolia Explorer',
publicRpc: 'https://endpoints.omniatech.io/v1/zksync-era/sepolia/public',
gatewayNetwork: 'zksync/sepolia',
Expand All @@ -277,7 +277,7 @@ export const CHAIN_METADATA: Record<SupportedNetworks, ChainData> = {
etherscanApiKey: '',
covalent: {
networkId: 'zksync-sepolia-testnet',
nativeTokenId: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee',
nativeTokenId: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee800A',
},
supportsEns: false,
},
Expand Down

0 comments on commit abbd27f

Please sign in to comment.