Lesson 9: Error: invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.6.2) #575
-
I was doing the Patrick Collins tutorial and link got this error 01.deploy-raffle.js code:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
you spelled err it might not be the exact issue double check your args and makes sure their set properly, double check your helper-hardhat-config file. |
Beta Was this translation helpful? Give feedback.
-
In case someone is having this error for 1 - Check if you can see
I hope this can help someone! |
Beta Was this translation helpful? Give feedback.
-
FWIW I had this error, and it turned out i was spelling GLHF |
Beta Was this translation helpful? Give feedback.
-
transactionReceipt.events[0].args.subId Only Change the code that is inside your IF statement. |
Beta Was this translation helpful? Give feedback.
you spelled
vrfCoordinatorV2Adress
wrong itsvrfCoordinatorV2Address
err it might not be the exact issue
double check your args and makes sure their set properly,
double check your helper-hardhat-config file.