Skip to content

Commit

Permalink
update src/hardhat/contracts/Uniswap_V3/pool/IUniswapV3PoolDerivedSta…
Browse files Browse the repository at this point in the history
…te.sol: updated pragma
  • Loading branch information
jtranquilli committed Dec 5, 2024
1 parent 373e428 commit 54cee3c
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: MIT
pragma solidity >=0.6.11;
pragma solidity ^0.8.0;

/// @title Pool state that is not stored
/// @notice Contains view functions to provide information about the pool that is computed rather than stored on the
Expand Down

0 comments on commit 54cee3c

Please sign in to comment.