Fork helpers
Uniswap V2
There are a few different helpers for Uni V2 forks but we recommend using uniTvlExport.
const { uniTvlExport } = require('../helper/unknownTokens')
const chain = 'yourChain'
const factory = '0x...' // v2 factory address
module.exports = uniTvlExport(chain, factory)Uniswap V3
There are a few different helpers for Uni V3 forks but we recommend using uniTvlExport.
GMX
Aave
Compound
Liquity
https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/liquidloans-io/index.jsgithub.com
Balancer V2
Last updated
Was this helpful?