fix eslint and types

This commit is contained in:
João Geonizeli
2021-08-15 12:51:09 -03:00
parent 890fbddd82
commit 3c3d2862d3
22 changed files with 255 additions and 71 deletions

View File

@@ -3,4 +3,4 @@ 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
);
);