mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-28 21:05:32 +08:00
9 lines
222 B
JavaScript
9 lines
222 B
JavaScript
const ADDRESSES = require('../helper/coreAssets.json')
|
|
const { staking } = require('../helper/staking')
|
|
|
|
module.exports = {
|
|
bsc: {
|
|
tvl: staking('0x75777494496f6250DdB9A1B96a6203e219d3698f', ADDRESSES.bsc.BUSD)
|
|
}
|
|
}
|