We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2869133 commit 1230a59Copy full SHA for 1230a59
projects/cvex/index.js
@@ -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