Skip to content

Commit

Permalink
Update to match Solidity pragma (#5198)
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth authored Sep 17, 2024
1 parent 6e22430 commit 37c35a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/utils/cryptography/Hashes.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity ^0.8.20;

/**
* @dev Library of standard hash functions.
Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/structs/MerkleTree.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity ^0.8.20;

import {Hashes} from "../cryptography/Hashes.sol";
import {Arrays} from "../Arrays.sol";
Expand Down

0 comments on commit 37c35a1

Please sign in to comment.