Skip to content

Commit

Permalink
update src/hardhat/contracts/Uniswap_V3/pool/IUniswapV3PoolImmutables…
Browse files Browse the repository at this point in the history
….sol: updated pragma
  • Loading branch information
jtranquilli committed Dec 5, 2024
1 parent 54cee3c commit d86b437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.6.11;
pragma solidity ^0.8.0;

/// @title Pool state that never changes
/// @notice These parameters are fixed for a pool forever, i.e., the methods will always return the same values
Expand Down

0 comments on commit d86b437

Please sign in to comment.