Skip to content

Commit 5cc9878

Browse files
committed
Refresh pragmas (#5984)
Signed-off-by: Hadrien Croubois <[email protected]>
1 parent fd99f69 commit 5cc9878

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,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
// OpenZeppelin Contracts (last updated v5.5.0-rc.0) (crosschain/ERC7786Recipient.sol)
33

4-
pragma solidity ^0.8.27;
4+
pragma solidity ^0.8.20;
55

66
import {IERC7786Recipient} from "../interfaces/draft-IERC7786.sol";
77
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,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// OpenZeppelin Contracts (last updated v5.5.0-rc.0) (utils/RLP.sol)
3-
pragma solidity ^0.8.27;
3+
pragma solidity ^0.8.26;
44

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

0 commit comments

Comments
 (0)