diff --git a/src/utils/constants/chains.ts b/src/utils/constants/chains.ts index 3d8605381..b55ac3abb 100644 --- a/src/utils/constants/chains.ts +++ b/src/utils/constants/chains.ts @@ -264,7 +264,7 @@ export const CHAIN_METADATA: Record = { 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', @@ -277,7 +277,7 @@ export const CHAIN_METADATA: Record = { etherscanApiKey: '', covalent: { networkId: 'zksync-sepolia-testnet', - nativeTokenId: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee', + nativeTokenId: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee800A', }, supportsEns: false, },