BIO: staked = tvl (#16816)

This commit is contained in:
Marten Schlüter
2025-10-27 17:55:35 +01:00
committed by GitHub
parent 0d33cf38c8
commit 78080cff99

View File

@@ -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,
},
}