mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
module.exports = {
|
|
fantom: {
|
|
tvl: () => ({}),
|
|
staking: () => ({}),
|
|
pool2: () => ({}),
|
|
}
|
|
};
|
|
module.exports.deadFrom = '2023-04-09' |