Skip to content

Commit

Permalink
Fix beefy balances
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jun 25, 2024
1 parent 3e5dfee commit daff01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/beefy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const getUserTVLByBlock = async (
}

investorTokenBalances[position.user_address][balance.tokenAddress] +=
(BigInt(position.token_address) * balance.vaultBalance) /
(BigInt(position.balance) * balance.vaultBalance) /
breakdown.vaultTotalSupply;
}
}
Expand Down

0 comments on commit daff01d

Please sign in to comment.