Skip to content

Commit

Permalink
add aave aArbGHO for zomma arbitrum tvl (#12122)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwaynec authored Oct 31, 2024
1 parent 642cef5 commit 22cb3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/zomma/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ const ZOMMA_ARB_CONTRACT_ETH = "0xa9DEb981b735EC0525c8D4C959267429FdD82347";
const ZOMMA_ARB_CONTRACT_BTC = "0x275376e25e068c894d0df5cc9a3d1893d94e9f4a";
const ARB_USDC_CONTRACT = ADDRESSES.arbitrum.USDC_CIRCLE;
const ARB_AAVE_USDC_CONTRACT = "0x724dc807b04555b71ed48a6896b6F41593b8C637";
const ARB_AAVE_GHO_CONTRACT = "0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D";

module.exports = {
methodology:
"TVL is calculated as the sum of USDC deposited by traders and the liquidity in the Pools.",
arbitrum: {
tvl: sumTokensExport({
owners: [ZOMMA_ARB_VAULT, ZOMMA_ARB_VAULT2, ZOMMA_ARB_CONTRACT_ETH, ZOMMA_ARB_CONTRACT_BTC],
tokens: [ARB_USDC_CONTRACT, ARB_AAVE_USDC_CONTRACT],
tokens: [ARB_USDC_CONTRACT, ARB_AAVE_USDC_CONTRACT, ARB_AAVE_GHO_CONTRACT],
}),
},
era: {
Expand Down

0 comments on commit 22cb3e6

Please sign in to comment.