Skip to content

Commit

Permalink
make deployTimestamp immutable (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun1on authored Jun 26, 2024
1 parent 1ca56ab commit 8611713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hooks/examples/VolatilityOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contract VolatilityOracle is BaseHook {

error MustUseDynamicFee();

uint32 deployTimestamp;
uint32 immutable deployTimestamp;

/// @dev For mocking
function _blockTimestamp() internal view virtual returns (uint32) {
Expand Down

0 comments on commit 8611713

Please sign in to comment.