Skip to content

Commit 37c35a1

Browse files
authored
Update to match Solidity pragma (#5198)
1 parent 6e22430 commit 37c35a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/utils/cryptography/Hashes.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.0;
3+
pragma solidity ^0.8.20;
44

55
/**
66
* @dev Library of standard hash functions.

contracts/utils/structs/MerkleTree.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.0;
3+
pragma solidity ^0.8.20;
44

55
import {Hashes} from "../cryptography/Hashes.sol";
66
import {Arrays} from "../Arrays.sol";

0 commit comments

Comments
 (0)