Skip to content

Commit

Permalink
update jojo
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 10, 2024
1 parent a5abfc7 commit ca8d8f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/jojo/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { sumTokensExport } = require('../helper/unwrapLPs')
const cbethBase = "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
const degenBase = "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed";
const mUsdcBase = "0xEdc817A28E8B93B03976FBd4a3dDBc9f7D176c22";

module.exports = {
era: { tvl: sumTokensExport({ tokens: [ADDRESSES.era.USDC], owners: ['0x47eAD228547db8397398C1D3aAfd0847CBEbddeC'], }) },
Expand All @@ -16,7 +19,7 @@ module.exports = {
base: {
tvl: sumTokensExport(
{
tokens: [ADDRESSES.base.USDC, ADDRESSES.base.WETH],
tokens: [ADDRESSES.base.USDC, ADDRESSES.base.WETH, cbethBase, degenBase, mUsdcBase, ],
owners: ['0x2f7c3cf9d9280b165981311b822becc4e05fe635', '0xf8192489A8015cA1690a556D42F7328Ea1Bb53D0']
}
)
Expand Down

0 comments on commit ca8d8f7

Please sign in to comment.