mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
module.exports = {
|
|
deadFrom: '2025-07-01',
|
|
misrepresentedTokens: true,
|
|
methodology: "We count liquidity on the dex, pulling data from subgraph",
|
|
hydra: {
|
|
tvl: () => ({}),
|
|
},
|
|
}; |