From 7a785af2eb19ceeb9effcf4838aba68eda0e9aa5 Mon Sep 17 00:00:00 2001 From: cryptoseal86 <60252764+cryptoseal86@users.noreply.github.com> Date: Sat, 7 Aug 2021 00:11:59 +0300 Subject: [PATCH] fixed APR calculation --- src/utils/Farm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/Farm.js b/src/utils/Farm.js index 6e871a0..d107e84 100644 --- a/src/utils/Farm.js +++ b/src/utils/Farm.js @@ -97,6 +97,7 @@ export class Farm extends NumericFormats { .div( this.totalLockedValue.numeraire.times(underlyingPrice) ) + .times(100) .toFixed(2) } }