From abbd27f9764cf48bc11fc0688102f72b857ba7d8 Mon Sep 17 00:00:00 2001 From: Kevin Davis <65736142+thekidnamedkd@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:53:51 +0200 Subject: [PATCH] fix: Correctly display ZkSync Sepolia token deposits and treasury (#1365) --- src/utils/constants/chains.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },