Skip to content

Commit

Permalink
aevo: track base
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Aug 6, 2024
1 parent 7197583 commit ff9876f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/aevo-xyz/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,17 @@ module.exports = {
]
})
},
base: {
tvl: sumTokensExport({
owners: [
'0x6ee3907D1B9423584195979812379143B327fb48', // Native USDC
'0xA8bD0eCb10a83CC6E14FC5381f384DD3C0779e8B', // WETH
],
tokens: [
ADDRESSES.base.USDC,
ADDRESSES.base.USDbC,
ADDRESSES.base.WETH,
]
})
}
}

0 comments on commit ff9876f

Please sign in to comment.