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 and gretzke committed Jul 12, 2024
1 parent a565e0f commit 6fabaa3
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 6fabaa3

Please sign in to comment.