mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-05-04 10:44:51 +08:00
add Clever Protocol on Dogechain
This commit is contained in:
15
projects/clever-protocol/index.js
Normal file
15
projects/clever-protocol/index.js
Normal 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,
|
||||
}),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user