mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
11 lines
205 B
JavaScript
11 lines
205 B
JavaScript
module.exports = {
|
|
misrepresentedTokens: true,
|
|
hallmarks: [
|
|
[1684713600, "Rug Pull"]
|
|
],
|
|
deadFrom: '2023-05-22',
|
|
era: {
|
|
tvl: () => ({}),
|
|
},
|
|
methodology: "Counts liquidity in pools",
|
|
}; |