Open thevadimspivak opened 3 years ago
@yusefnapora @johndmulhausen are you able to have a look? Thank you!
Hi @thevadimspivak thanks for the report - I should be checking for null there!
Did you add any test Ether to your account before minting? If not, that may be the cause of the failed transaction, and you could try again after getting some play Eth from the faucet.
Thanks for the error output. I'll try to reproduce this tomorrow and debug.
Did anyone manage to get the issue here? I receive the same error as well for wait()
It was doing good for the local chain. But when I use the code to connect to an NFT smart contracts in BSC test it produces this error.
I have:
I tried looking into the code, cant seem to find any problem because its working for my local chain
Did anyone manage to get the issue here? I receive the same error as well for wait()
It was doing good for the local chain. But when I use the code to connect to an NFT smart contracts in BSC test it produces this error.
I have:
- test BNB for the execution of the contract
- update BSC testnet network at NETWORKS in constant.js
- put testnet at targetNetwork in app.jsx
- put the contract address in contracts/NFTMinter.address
- put the contracts address ABI at NFTMinter.abi in contracts
- put the bytecode address at NFTMinter.bytecode in contracts
- Reset account my metamask wallet
I tried looking into the code, cant seem to find any problem because its working for my local chain
nevermind. I solved it. I got it wrong on function input
Did anyone manage to get the issue here? I receive the same error as well for wait() It was doing good for the local chain. But when I use the code to connect to an NFT smart contracts in BSC test it produces this error. I have:
- test BNB for the execution of the contract
- update BSC testnet network at NETWORKS in constant.js
- put testnet at targetNetwork in app.jsx
- put the contract address in contracts/NFTMinter.address
- put the contracts address ABI at NFTMinter.abi in contracts
- put the bytecode address at NFTMinter.bytecode in contracts
- Reset account my metamask wallet
I tried looking into the code, cant seem to find any problem because its working for my local chain
nevermind. I solved it. I got it wrong on function input
Sorry, how did you solve ? Thanks in advance
My mistake was that I have put the wrong input for the function's parameter.
Hello. I was trying to do end-to-end lesson. When I was trying to mint my NFT, I found out a mistake, can you help me to fix this error? This looks like this Thank you.