Error: invalid BigNumber value, ERROR processing #5002
Answered
by
alymurtazamemon
paulcoffee85
asked this question in
Q&A
-
If it's after "Mocks Deployed! " like, does it mean it's in helper-hardhat-config or hardhat-config ? any ideas @alymurtazamemon , if so give me a hint instead of telling me exact issue. Would like to figure it out.
|
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Mar 4, 2023
Replies: 1 comment 10 replies
-
@paulcoffee85 The arguments order should be same; constructor(
// ************************** CONSTRUCTOR *****************************************************************************
address vrfCoordinatorV2, // CONTRACT address , Will need do deploy some mocks for this
uint256 entranceFee,
bytes32 gasLane,
uint64 subscriptionId,
uint32 callbackGasLimit,
uint256 interval
) const args = [
vrfCoordinatorV2Address,
subscriptionId,
entranceFee,
gasLane,
callbackGasLimit,
interval
] |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
paulcoffee85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@paulcoffee85 The arguments order should be same;