mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
BIO: staked = tvl (#16816)
This commit is contained in:
@@ -64,11 +64,9 @@ async function tvl(api) {
|
||||
module.exports = {
|
||||
methodology: 'Calculates TVL by summing token balances in staking/vesting contracts across Ethereum and Base chains',
|
||||
ethereum: {
|
||||
tvl: () => ({}),
|
||||
staking: tvl,
|
||||
tvl,
|
||||
},
|
||||
base: {
|
||||
tvl: () => ({}),
|
||||
staking: tvl,
|
||||
tvl,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user