Created
April 11, 2023 07:40
-
-
Save ChristianOConnor/2769a00ba9f4cf29b62dc5dc04363e87 to your computer and use it in GitHub Desktop.
Simple merkle proof mint command massively incomplete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const provider = new ethers.providers.Web3Provider(window.ethereum); | |
const signer = provider.getSigner(); | |
const contract = new ethers.Contract(contractAddrs, MyNFT.abi, signer); | |
const response = await contract.mintFunction(hexProof); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment