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 1ad1244 commit cd28886Copy full SHA for cd28886
src/MerkleAirdrop.sol
@@ -4,7 +4,7 @@ pragma solidity ^0.8.24;
4
5
import {MerkleProof} from "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
6
import {IERC20, SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
7
-import {ERC712} from "@openzeppelin/contracts/utils/cryptography/EIP712.sol";
+import {EIP712} from "@openzeppelin/contracts/utils/cryptography/EIP712.sol";
8
import {SignatureChecker} from "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol";
9
import {ECDSA} from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
10
import {MessageHashUtils} from "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol";
0 commit comments