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
Balancer V2
Last updated
Was this helpful?
