mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
const { getUniTVL } = require("../helper/unknownTokens");
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
polygon: {
|
|
tvl: getUniTVL({factory: '0x9c9238b2E47D61482D36deaFcDCD448D8bAAd75b', useDefaultCoreAssets: true, }),
|
|
}
|
|
} |