Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mobydev01 committed Apr 8, 2024
1 parent 25e3d96 commit 242e686
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions projects/moby/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const { sumTokensExport } = require('../helper/unwrapLPs')
const ADDRESSES = require('../helper/coreAssets.json')

module.exports = {
arbitrum: {
tvl: sumTokensExport({
owners: [
"0xd4D23332E6256B751E2Da0B9C0b3a70CFe9180C0", // s vault
"0x9e34F79E39AddB64f4874203066fFDdD6Ab63a41", // m vault
"0x3B22F749f082bC33Af33751cBD53d21215FC71d1", // l vault
],
tokens: [
ADDRESSES.arbitrum.WETH,
ADDRESSES.arbitrum.USDC_CIRCLE,
ADDRESSES.arbitrum.WBTC,
]
})
}
}

0 comments on commit 242e686

Please sign in to comment.