mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
8 lines
257 B
JavaScript
8 lines
257 B
JavaScript
const ADDRESSES = require('./helper/coreAssets.json')
|
|
const { sumTokensExport } = require('./helper/unwrapLPs');
|
|
|
|
module.exports = {
|
|
polygon: {
|
|
tvl: sumTokensExport({ owner: '0x7146854856E3f373675105556c7D964B329606be', token: ADDRESSES.null}),
|
|
}
|
|
}; |