Skip to content

Commit

Permalink
update subgraph link
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Aug 9, 2023
1 parent bf7e7ae commit 52fc877
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/constants/networks/zkevm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const zkEvm: EVMNetworkInfo = {
iconDark: NOT_SUPPORT,
iconSelected: NOT_SUPPORT,
iconDarkSelected: NOT_SUPPORT,
defaultBlockSubgraph: 'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/zkevm-blocks',
defaultBlockSubgraph:
'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/polygon-zkevm-blocks',
etherscanUrl: 'https://zkevm.polygonscan.com/',
etherscanName: 'Polygon zkEVM Explorer',
tokenListUrl: `${KS_SETTING_API}/v1/tokens?chainIds=${ChainId.ZKEVM}&isWhitelisted=${true}`,
Expand All @@ -36,7 +37,7 @@ const zkEvm: EVMNetworkInfo = {
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
classic: {
defaultSubgraph:
'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/kyberswap-classic-zkevm',
'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/kyberswap-exchange-polygon-zkevm',
static: {
zap: '0x2abE8750e4a65584d7452316356128C936273e0D',
router: '0x5649B4DD00780e99Bab7Abb4A3d581Ea1aEB23D0',
Expand All @@ -50,7 +51,7 @@ const zkEvm: EVMNetworkInfo = {
},
elastic: {
defaultSubgraph:
'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/kyberswap-elastic-zkevm',
'https://polygon-zkevm-graph.kyberengineering.io/subgraphs/name/kybernetwork/kyberswap-elastic-polygon-zkevm',
startBlock: 4164470,
coreFactory: '0xC7a590291e07B9fe9E64b86c58fD8fC764308C4A',
nonfungiblePositionManager: '0xe222fBE074A436145b255442D919E4E3A6c6a480',
Expand Down

0 comments on commit 52fc877

Please sign in to comment.