Skip to content

Commit

Permalink
UPGRADE_NOTICE_PERIOD changed to 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Barenblat committed Apr 29, 2020
1 parent 53f760d commit 20aaa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/Config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pragma solidity 0.5.16;
contract Config {

/// @notice Notice period before activation preparation status of upgrade mode (in seconds)
uint constant UPGRADE_NOTICE_PERIOD = 2 weeks;
uint constant UPGRADE_NOTICE_PERIOD = 1 weeks;

/// @notice Period after the start of preparation upgrade when contract wouldn't register new priority operations (in seconds)
uint constant UPGRADE_PREPARATION_LOCK_PERIOD = 1 days;
Expand Down

0 comments on commit 20aaa8d

Please sign in to comment.