Skip to content

Commit 4dead5a

Browse files
committed
Update Whitelist.sol
1 parent d6ce1b2 commit 4dead5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/Whitelist.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.8.17;
33

44
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
55

6-
contract MerkleDemo {
6+
contract Whitelist {
77
address public test;
88
bytes32 public merkleRoot;
99

0 commit comments

Comments
 (0)