mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
11 lines
387 B
JavaScript
11 lines
387 B
JavaScript
const { getUniTVL } = require('../helper/unknownTokens')
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
methodology:
|
|
"Factory address (0xe8b97478ae8ab1fcfd46cdb2f62869ec63bbf69f) is used to find the LP pairs. TVL is equal to the liquidity on the AMM.",
|
|
theta: {
|
|
tvl: getUniTVL({ factory: '0xe8b97478ae8ab1fcfd46cdb2f62869ec63bbf69f', useDefaultCoreAssets: true }),
|
|
},
|
|
}
|