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