Replies: 4 comments 3 replies
-
Can you make a repo and link it here -- I will look into it. Thank you |
Beta Was this translation helpful? Give feedback.
-
in your deploy script const args = [gasLane, vrfCoordinatorV2address, entranceFee, subscriptionId, callbackGasLimit, interval]; |
Beta Was this translation helpful? Give feedback.
-
I also had this problem. The thing is you should look at the constructor of the VRF coordinator V2 and provide the input arguments in the exact order they appear in it. |
Beta Was this translation helpful? Give feedback.
-
hey guys now i am facing the same issue but when I checked the order of the constructor and the args array is the same so is there any other to solve this error . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this error during deployment.
Mocks are getting deployed successfully.
ERROR:
My 01-deploy.js:
Contract:
My helper-hardhat-config.js:
Pls help. Thanks
Beta Was this translation helpful? Give feedback.
All reactions