diff --git a/projects/moby/index.js b/projects/moby/index.js new file mode 100644 index 000000000000..fb8b241eba18 --- /dev/null +++ b/projects/moby/index.js @@ -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, + ] + }) + } +} \ No newline at end of file