Skip to content

Commit

Permalink
fix meteora tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Oct 17, 2024
1 parent c5fbcc3 commit dbb6e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/mercurial.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ async function tvl() {
tokensAndOwners.push([i.tokenAMint, i.aVault])
tokensAndOwners.push([i.tokenBMint, i.bVault])
})
return sumTokens2({ tokensAndOwners })
const balances = await sumTokens2({ tokensAndOwners })
delete balances['solana:AwRErBEFGTnohzfLeRSBH9HddQEy2oeRxnWLrbvFFh95']
return balances
}

module.exports = {
Expand Down

0 comments on commit dbb6e30

Please sign in to comment.