mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
15 lines
322 B
JavaScript
15 lines
322 B
JavaScript
const { getUniTVL } = require('../helper/unknownTokens')
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
hallmarks: [
|
|
[1665532800, "Rug Pull"]
|
|
],
|
|
deadFrom: '2022-10-12',
|
|
avax: {
|
|
tvl: getUniTVL({
|
|
factory: '0x21cadeb92c8bbfbef98c3098846f0999209c3a97',
|
|
useDefaultCoreAssets: true
|
|
})
|
|
},
|
|
}; |