Minimize Solidity pragma versions for interface compatibility (#5727)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v5.2.0) (proxy/ERC1967/ERC1967Utils.sol)
|
||||
|
||||
pragma solidity ^0.8.22;
|
||||
pragma solidity ^0.8.21;
|
||||
|
||||
import {IBeacon} from "../beacon/IBeacon.sol";
|
||||
import {IERC1967} from "../../interfaces/IERC1967.sol";
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v5.0.0) (proxy/beacon/IBeacon.sol)
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
pragma solidity >=0.4.16;
|
||||
|
||||
/**
|
||||
* @dev This is the interface that {BeaconProxy} expects of its beacon.
|
||||
|
||||
Reference in New Issue
Block a user