Skip to content

Commit

Permalink
attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darvinrio committed Jan 14, 2025
1 parent e8ea933 commit a086c5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projects/swell-earn-eth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ const ethTvl = async (api) => {
const swellchainTvl = async (api) => {
return sumTokens2({
api,
owner: earnETHVault, swellchainTokens
owner: earnETHVault,
tokens: swellchainTokens
})
}

module.exports = {
methodology: 'TVL represents the sum of tokens deposited in the vault + LP positions',
doublecounted: true,
ethereum: { ethTvl },
swellchain: { swellchainTvl }
ethereum: { tvl: ethTvl },
swellchain: { tvl: swellchainTvl }
}

0 comments on commit a086c5d

Please sign in to comment.