mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
13 lines
248 B
JavaScript
13 lines
248 B
JavaScript
const { sumTokensExport } = require("../helper/unwrapLPs");
|
|
|
|
module.exports = {
|
|
ethereum: {
|
|
tvl: sumTokensExport({
|
|
owners: [
|
|
"0x4cbab69108Aa72151EDa5A3c164eA86845f18438",
|
|
],
|
|
fetchCoValentTokens: true,
|
|
}),
|
|
},
|
|
}
|