Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
otobongfp committed Mar 28, 2024
1 parent 584a329 commit 94d4af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/getAPY.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export async function getApy() {
}, 0);

const reward = totalReward / 100000000;

//console.log("total gen. rewards: ", reward);
const APY = (reward / totalBalance) * 100 * 52;
//console.log("APY: ", (reward / totalBalance) * 100 * 52);
return APY;
Expand Down

0 comments on commit 94d4af3

Please sign in to comment.