Skip to content

Commit

Permalink
fix: Remove unused constants from deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Dec 19, 2024
1 parent 2193822 commit 45267f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/DeploySepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ contract DeploySepoliaScript is Script, Deployers, MockStakingV1Deployer {
uint32 private constant EPOCH_VOTING_CUTOFF = 518400;

// UniV4Donations Constants
uint256 private immutable VESTING_EPOCH_START = block.timestamp;
uint256 private constant VESTING_EPOCH_DURATION = 7 days;
uint24 private constant FEE = 400;
int24 constant MAX_TICK_SPACING = 32767;

Expand Down

0 comments on commit 45267f5

Please sign in to comment.