Skip to content

Commit 172b02d

Browse files
committed
pragma consistency
1 parent 6a8e8f9 commit 172b02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/crosschain/ERC7786Recipient.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.27;
3+
pragma solidity ^0.8.20;
44

55
import {IERC7786Recipient} from "../interfaces/draft-IERC7786.sol";
66
import {BitMaps} from "../utils/structs/BitMaps.sol";

contracts/utils/RLP.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.27;
2+
pragma solidity ^0.8.26;
33

44
import {Math} from "./math/Math.sol";
55
import {Accumulators} from "./structs/Accumulators.sol";

0 commit comments

Comments
 (0)