mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
13 lines
263 B
JavaScript
13 lines
263 B
JavaScript
const { sumTokens2 } = require("../helper/unwrapLPs");
|
|
|
|
module.exports = {
|
|
ethereum: {
|
|
tvl: async ({ api }) =>
|
|
sumTokens2({
|
|
api,
|
|
owner: "0xBa5E35E26Ae59c7aea6F029B68c6460De2d13eB6",
|
|
fetchCoValentTokens: true,
|
|
}),
|
|
},
|
|
};
|