@venusprotocol/isolated-pools 2.3.0-dev.4 → 2.3.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ var InterestRateModels;
|
|
|
18
18
|
})(InterestRateModels = exports.InterestRateModels || (exports.InterestRateModels = {}));
|
|
19
19
|
const ANY_CONTRACT = hardhat_1.ethers.constants.AddressZero;
|
|
20
20
|
const BSC_BLOCKS_PER_YEAR = 10512000; // assuming a block is mined every 3 seconds
|
|
21
|
-
const ETH_BLOCKS_PER_YEAR =
|
|
21
|
+
const ETH_BLOCKS_PER_YEAR = 2628000; // assuming a block is mined every 12 seconds
|
|
22
22
|
exports.blocksPerYear = {
|
|
23
23
|
hardhat: BSC_BLOCKS_PER_YEAR,
|
|
24
24
|
bsctestnet: BSC_BLOCKS_PER_YEAR,
|