mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
|
|
module.exports = {
|
|
ethereum: {
|
|
tvl: () => ({}),
|
|
staking: () => ({}),
|
|
},
|
|
deadFrom: '2022-01-01'
|
|
}
|