Skip to content

Error: invalid BigNumber value, ERROR processing #5002

Discussion options

You must be logged in to vote

@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
]

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@paulcoffee85
Comment options

@paulcoffee85
Comment options

@alymurtazamemon
Comment options

@paulcoffee85
Comment options

@alymurtazamemon
Comment options

Answer selected by paulcoffee85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants