From 7ec4bca4df728129432f4cb2103de5e5e5dad205 Mon Sep 17 00:00:00 2001 From: mul53 Date: Tue, 19 May 2026 08:14:34 +0200 Subject: [PATCH] change BLOCKS_PER_YEAR to reflect change of block time to 2s --- contracts/BlockReward.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/BlockReward.sol b/contracts/BlockReward.sol index 6b40d4e..3ccfbc9 100644 --- a/contracts/BlockReward.sol +++ b/contracts/BlockReward.sol @@ -15,7 +15,7 @@ contract BlockReward is EternalStorage, BlockRewardBase { uint256 public constant DECIMALS = 10 ** 18; uint256 public constant INFLATION = 5; - uint256 public constant BLOCKS_PER_YEAR = 6307200; + uint256 public constant BLOCKS_PER_YEAR = 15768000; /** * @dev This event will be emitted every block, describing the rewards given