sorXCode / merkle-airdrop-starter-ERC721

Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC721 token airdrops.
https://merkle-airdrop-starter-erc-721.vercel.app
GNU Affero General Public License v3.0
8 stars 13 forks source link

Whitelist #1

Closed TheNuelgeek closed 2 years ago

TheNuelgeek commented 2 years ago

can you whitelist web3bridge.eth to be able to claim certificate? Testing the page now

sorXCode commented 2 years ago

Resolved!

sorXCode commented 2 years ago

Whitelisting an address would require the merkleTree to be reconstructed and a new root should be passed to the contract (onlyOwner can do this).