mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
11 lines
310 B
JavaScript
11 lines
310 B
JavaScript
const { sumTokensExport } = require("../helper/unwrapLPs")
|
|
const ADDRESSES = require('../helper/coreAssets.json')
|
|
|
|
const TREASURY = '0xFe4559392aF0E6988F2d7A4E6447a2E702Ff215d'
|
|
|
|
module.exports = {
|
|
start: '2024-09-02',
|
|
base: {
|
|
tvl: sumTokensExport({ owner: TREASURY, token: ADDRESSES.base.USDC }),
|
|
}
|
|
} |