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 6a8e8f9 commit 172b02dCopy full SHA for 172b02d
contracts/crosschain/ERC7786Recipient.sol
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
3
-pragma solidity ^0.8.27;
+pragma solidity ^0.8.20;
4
5
import {IERC7786Recipient} from "../interfaces/draft-IERC7786.sol";
6
import {BitMaps} from "../utils/structs/BitMaps.sol";
contracts/utils/RLP.sol
@@ -1,5 +1,5 @@
+pragma solidity ^0.8.26;
import {Math} from "./math/Math.sol";
import {Accumulators} from "./structs/Accumulators.sol";
0 commit comments