mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
13 lines
355 B
JavaScript
13 lines
355 B
JavaScript
const { staking } = require('./helper/staking')
|
|
const TimeStaking = "0x85784d5e2CCae89Bcb39EbF0ac6Cdc93d42d99AD"
|
|
const time = "0x7d1232b90d3f809a54eeaeebc639c62df8a8942f"
|
|
|
|
module.exports = {
|
|
avax:{
|
|
tvl: () => ({}),
|
|
staking: staking(TimeStaking, time)
|
|
},
|
|
methodology:
|
|
"Counts tokens on the treasury for tvl and staked SB for staking",
|
|
};
|