diff --git a/src/App.js b/src/App.js index f2d22e687..62a26e2cc 100644 --- a/src/App.js +++ b/src/App.js @@ -130,7 +130,7 @@ function App() { setFeedback(`Minting your ${CONFIG.NFT_NAME}...`); setClaimingNft(true); blockchain.smartContract.methods - .mint(mintAmount) + .mint(blockchain.account, mintAmount) .send({ gasLimit: String(totalGasLimit), to: CONFIG.CONTRACT_ADDRESS,