feature: show pools apr
This commit is contained in:
6
app/javascript/src/constants/index.ts
Normal file
6
app/javascript/src/constants/index.ts
Normal 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
|
||||
);
|
||||
Reference in New Issue
Block a user