We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d31719 commit 4be9859Copy full SHA for 4be9859
script/Deploy.s.sol
@@ -9,8 +9,8 @@ import {SmartnodesDAO} from "../src/SmartnodesDAO.sol";
9
import {TimelockController} from "@openzeppelin/contracts/governance/TimelockController.sol";
10
11
// DAO Configuration
12
-uint256 constant TIMELOCK_DELAY = 2 days; // Matching your original TIMELOCK_DELAY
13
-uint128 constant BASE_UPDATE_TIME = uint128(128 hours);
+uint256 constant TIMELOCK_DELAY = 2 days;
+uint128 constant BASE_UPDATE_TIME = uint128(8 hours);
14
uint8 constant PROPOSAL_THRESHOLD_PERCENTAGE = 66;
15
16
contract Deploy is Script {
0 commit comments