Replies: 2 comments 5 replies
-
Make a repo, I will look into it directly for logical errors |
Beta Was this translation helpful? Give feedback.
-
in my case it appears to be a Chainlink's VRF problem on Rinkeby. IT WORKS NOW ON GOERLI!! I just see in the VRF console (https://vrf.chain.link/rinkeby/) my two tries transactions requesting randomwords in pending state at this moment for more than 15 hours. Then search in rinkeby etherscan my contract transactions and there you can see the calls to requestNFT method, the inmternal transaction to VRF contract requesting the randomness and even the VRF even indicating that the random words were requested (RandomWordsRequested) and finally in etherscan again, the contract VRF's address and there are the transactions requesting the rand. from my contract "randomIpfsNft" address |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please look at my code. I'm unable to deploy the 04-mint.js and unable to deploy the randomIpfs contract on Rinkeby (I'm able to do it on hardhat test net). I've been trying for about 4 days, played around with the gasLimit and I've gotten a variety of errors, including "Invalid TokenId", "TRANSACTION_FAILED", "exceeds block gas limit", "Invalid JSON-RPC response received", etc. I cannot tell exactly what the issue is and no gas values are working for me at this point.
RandomIpfsNft.sol
02-deploy-random-ipfs-nft.sol
04-mint.js
hardhat-config.js
helper-hardhat-config.js
Beta Was this translation helpful? Give feedback.
All reactions