feature: show pools apr

This commit is contained in:
Claudio Ramos
2021-08-15 02:21:39 -03:00
parent c1129b9953
commit 9e96a3664b
17 changed files with 996 additions and 145 deletions

View File

@@ -0,0 +1,6 @@
import BigNumber from "bignumber.js";
export const BSC_BLOCK_TIME = 3;
export const BLOCKS_PER_YEAR = new BigNumber(
(60 / BSC_BLOCK_TIME) * 60 * 24 * 365
);