Increase SignatureChecker minimum pragma to 0.8.24 (#5716)

This commit is contained in:
Ernesto García
2025-06-04 10:44:41 -06:00
committed by GitHub
parent b3d6f71d0c
commit 37f873d50b
34 changed files with 37 additions and 33 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (utils/cryptography/SignatureChecker.sol)
pragma solidity ^0.8.20;
pragma solidity ^0.8.24;
import {ECDSA} from "./ECDSA.sol";
import {IERC1271} from "../../interfaces/IERC1271.sol";