Skip to content

Commit

Permalink
Crypto Valley Exchange (CVEX) listing (#13046)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
vladjito and g1nt0ki authored Jan 9, 2025
1 parent 2869133 commit 1230a59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/cvex/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { sumTokensExport } = require('../helper/unwrapLPs')
const ADDRESSES = require('../helper/coreAssets.json')

const MAIN_CONTRACT = '0xBe14D34ce8737614331cE1904AA659E26657eE85'; // Main Contract Address (Proxy)

module.exports = {
methodology: 'counts the USDC balance in the main contract on Arbitrum.',
arbitrum: {
tvl: sumTokensExport({ owner: MAIN_CONTRACT, tokens: [ADDRESSES.arbitrum.USDC_CIRCLE] }),
},
}

0 comments on commit 1230a59

Please sign in to comment.