Skip to content

Commit 1230a59

Browse files
vladjitog1nt0ki
andauthored
Crypto Valley Exchange (CVEX) listing (DefiLlama#13046)
Co-authored-by: g1nt0ki <[email protected]>
1 parent 2869133 commit 1230a59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/cvex/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { sumTokensExport } = require('../helper/unwrapLPs')
2+
const ADDRESSES = require('../helper/coreAssets.json')
3+
4+
const MAIN_CONTRACT = '0xBe14D34ce8737614331cE1904AA659E26657eE85'; // Main Contract Address (Proxy)
5+
6+
module.exports = {
7+
methodology: 'counts the USDC balance in the main contract on Arbitrum.',
8+
arbitrum: {
9+
tvl: sumTokensExport({ owner: MAIN_CONTRACT, tokens: [ADDRESSES.arbitrum.USDC_CIRCLE] }),
10+
},
11+
}

0 commit comments

Comments
 (0)