Skip to content

Commit d74eb83

Browse files
committed
cronos zk: add multicall
1 parent 3f7903e commit d74eb83

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

projects/h2-finance/index.js

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
const { getUniTVL } = require('../helper/unknownTokens')
1+
const { uniTvlExport } = require('../helper/unknownTokens')
22

3-
module.exports={
4-
misrepresentedTokens: true,
5-
methodology: "Factory address (0x50704Ac00064be03CEEd817f41E0Aa61F52ef4DC) is used to find the LP pairs. TVL is equal to the liquidity on the AMM.",
6-
cronos_zkevm: {
7-
tvl: getUniTVL({
8-
factory: '0x50704Ac00064be03CEEd817f41E0Aa61F52ef4DC',
9-
useDefaultCoreAssets: true,
10-
})
11-
}
12-
}
3+
module.exports= uniTvlExport('cronos_zkevm', '0x50704Ac00064be03CEEd817f41E0Aa61F52ef4DC')

projects/helper/env.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ const DEFAULTS = {
1212
MULTIVERSX_RPC: 'https://api.multiversx.com',
1313
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
1414
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
15-
BSQUARED_RPC: "https://rpc.bsquared.network,https://b2-mainnet.alt.technology", // add manually, short name is b2-mainnet
16-
BTR_RPC_MULTICALL: '0xc8818aaeaBF0dF9f3f3ffF54Ab185705177A6234',
17-
DEFICHAIN_EVM_RPC_MULTICALL: '0x7fEf77CDe3B41221Cff54B84Ea89D2EBc6b53352',
18-
BOUNCEBIT_RPC_MULTICALL: '0x493d616f5F9a64e5B3D527120E406439bdF29272',
19-
ZKLINK_RPC_MULTICALL: '0xa8738F57538E3Bb73872d1133F2358c7Fe56FD35',
20-
REAL_RPC: 'https://real.drpc.org', // added manually short name is re-al
21-
TAIKO_RPC: 'https://rpc.taiko.xyz', // added manually short name is tko-mainnet
22-
REAL_RPC_MULTICALL: '0xcA11bde05977b3631167028862bE2a173976CA11',
23-
SEI_RPC_MULTICALL: '0xcA11bde05977b3631167028862bE2a173976CA11',
24-
SEI_RPC: 'https://evm-rpc.sei-apis.com/',
25-
ETLK_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
15+
CRONOS_ZKEVM_RPC_MULTICALL: '0x9b122BF7a96F24EFB7A2b5765c635909dB3458F7',
2616
}
2717

2818
const ENV_KEYS = [

0 commit comments

Comments
 (0)