Skip to content

Commit

Permalink
update src/hardhat/contracts/Uniswap_V3/pool/IUniswapV3PoolOwnerActio…
Browse files Browse the repository at this point in the history
…ns.sol: updated pragma
  • Loading branch information
jtranquilli committed Dec 5, 2024
1 parent 6dfd1ca commit 373e428
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 Permissioned pool actions
/// @notice Contains pool methods that may only be called by the factory owner
Expand Down

0 comments on commit 373e428

Please sign in to comment.