mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-28 21:05:32 +08:00
14 lines
350 B
JavaScript
14 lines
350 B
JavaScript
|
|
module.exports = {
|
|
solana: { tvl: () => ({}), },
|
|
ethereum: { tvl: () => ({}), },
|
|
avax: { tvl: () => ({}), },
|
|
bsc: { tvl: () => ({}), },
|
|
fantom: { tvl: () => ({}), },
|
|
polygon: { tvl: () => ({}), },
|
|
arbitrum: { tvl: () => ({}), },
|
|
kava: { tvl: () => ({}), },
|
|
optimism: { tvl: () => ({}), },
|
|
};
|
|
|
|
module.exports.deadFrom = '2022-11-01' |