We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd99f69 commit 5cc9878Copy full SHA for 5cc9878
contracts/crosschain/ERC7786Recipient.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: MIT
2
// OpenZeppelin Contracts (last updated v5.5.0-rc.0) (crosschain/ERC7786Recipient.sol)
3
4
-pragma solidity ^0.8.27;
+pragma solidity ^0.8.20;
5
6
import {IERC7786Recipient} from "../interfaces/draft-IERC7786.sol";
7
import {BitMaps} from "../utils/structs/BitMaps.sol";
contracts/utils/RLP.sol
@@ -1,6 +1,6 @@
// OpenZeppelin Contracts (last updated v5.5.0-rc.0) (utils/RLP.sol)
+pragma solidity ^0.8.26;
import {Math} from "./math/Math.sol";
import {Accumulators} from "./structs/Accumulators.sol";
0 commit comments