Skip to content

Commit

Permalink
make deployTimestamp immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun1on committed Jun 20, 2024
1 parent 1ca56ab commit 3fc6694
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 3fc6694

Please sign in to comment.