Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 5, 2023
1 parent a5969ca commit b656e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/script/deploy/Timelock.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ contract DeployTimelock is BaseScript {
);

// Check inputs

bytes32 CREATE2_SALT = envBytes32("CREATE2_SALT");
uint256 MINIMUM_DELAY = envUint256("MINIMUM_DELAY");
address GUARDIAN = envAddress("GUARDIAN", block.chainid);
Expand Down

0 comments on commit b656e2c

Please sign in to comment.