Skip to content

Commit 4be9859

Browse files
committed
Adjusted base interval for testnet-v2 deploy script
1 parent 4d31719 commit 4be9859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/Deploy.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {SmartnodesDAO} from "../src/SmartnodesDAO.sol";
99
import {TimelockController} from "@openzeppelin/contracts/governance/TimelockController.sol";
1010

1111
// DAO Configuration
12-
uint256 constant TIMELOCK_DELAY = 2 days; // Matching your original TIMELOCK_DELAY
13-
uint128 constant BASE_UPDATE_TIME = uint128(128 hours);
12+
uint256 constant TIMELOCK_DELAY = 2 days;
13+
uint128 constant BASE_UPDATE_TIME = uint128(8 hours);
1414
uint8 constant PROPOSAL_THRESHOLD_PERCENTAGE = 66;
1515

1616
contract Deploy is Script {

0 commit comments

Comments
 (0)