mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
11 lines
308 B
JavaScript
11 lines
308 B
JavaScript
const { uniTvlExports } = require('../helper/unknownTokens')
|
|
|
|
module.exports = uniTvlExports({
|
|
'mezo': '0x83FE469C636C4081b87bA5b3Ae9991c6Ed104248'
|
|
}, {
|
|
abis: {
|
|
|
|
allPairsLength: 'uint256:allPoolsLength',
|
|
allPairs: 'function allPools(uint256) view returns (address)',
|
|
}, hasStablePools: true,
|
|
}) |