add Clever Protocol on Dogechain

This commit is contained in:
smartdogebch
2022-08-23 23:14:02 +02:00
parent 7133a8472f
commit 16754e73f2

View File

@@ -0,0 +1,15 @@
const { getUniTVL } = require('../helper/unknownTokens')
const FACTORY = "0xf5833b5f514613beB33b4259a08aa64326E95c53"
module.exports = {
methodology: "Count TVL as liquidity on the dex",
misrepresentedTokens: true,
kava: {
tvl: getUniTVL({
chain: 'dogechain',
factory: FACTORY,
useDefaultCoreAssets: true,
}),
}
}