mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
const index = require('./index')
|
|
|
|
module.exports = {
|
|
ethereum: {
|
|
tvl: () => 0,
|
|
staking: index.ethereum.staking,
|
|
}
|
|
} |