Replies: 2 comments 2 replies
-
@xsaad67 : wait let me check... |
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh my goodness i found the issue after 5 hours drilling down and it was a silly mistake in my helper-hardhat.config.js I was using entranceFee: ethers.utils.parseEther("0.01"), without putting it on string literal then i analyzed every individual file from config to deploy and console.log become my savor and now finally got it resolved. Thank you @abossofmyself for putting your efforts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy the VRFCoordinatorV2Mock but getting this error
I've tried to replicate the same issue with remix deployed the same mock with same input parameters. In remix it works but I guess in deploying script it's creating issue. If any further details needed I'll post it
My input variables passing on VRFCoordinatorV2
Beta Was this translation helpful? Give feedback.
All reactions