Skip to content

Commit

Permalink
removed constant to verify reproducable problem with constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Jun 16, 2024
1 parent 9937117 commit 5c0a0de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/lib/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ address constant SYSTEM_ADDRESS = 0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE;
uint256 constant DEFAULT_GAS_PRICE = 1 gwei;
uint256 constant DEFAULT_BLOCK_GAS_LIMIT = 100_000_000; // 100 MGas block
uint256 constant MIN_BLOCK_GAS_LIMIT = 100_000_000;

uint256 constant MIN_VALIDATOR_INACTIVITY_TIME = 1 weeks;
// uint256 constant MIN_VALIDATOR_INACTIVITY_TIME = 1 weeks;

0 comments on commit 5c0a0de

Please sign in to comment.