Error: invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.7.0) #5882
Unanswered
SamarthBagga
asked this question in
Q&A
Replies: 3 comments 2 replies
-
I think this code of your solidity raffle file. 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
the issue with this const arguments = [
vrfCoordinatorV2Address,
subscriptionId,
networkConfig[chainId]["gasLane"],
networkConfig[chainId]["keepersUpdateInterval"],
networkConfig[chainId]["raffleEntranceFee"],
networkConfig[chainId]["callbackGasLimit"],
] make sure you match the names of arguments with |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fine, everything works perfect. Have a good code day |
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.
-
The code of my deploy raffle file -
code of my contract-
Beta Was this translation helpful? Give feedback.
All reactions