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 6e22430 commit 37c35a1Copy full SHA for 37c35a1
contracts/utils/cryptography/Hashes.sol
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
3
-pragma solidity ^0.8.0;
+pragma solidity ^0.8.20;
4
5
/**
6
* @dev Library of standard hash functions.
contracts/utils/structs/MerkleTree.sol
import {Hashes} from "../cryptography/Hashes.sol";
import {Arrays} from "../Arrays.sol";
0 commit comments