Skip to content

Commit

Permalink
Revert "fix(hfr): calculation" (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakorzhovnik authored Sep 4, 2024
1 parent 9cef866 commit 4c37291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/mint/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const getAmountResource = (

return new BigNumber(cycles)
.multipliedBy(base)
.multipliedBy(halving)
.dp(0, BigNumber.ROUND_FLOOR)
.toNumber();
};

0 comments on commit 4c37291

Please sign in to comment.