Skip to content

Error: incorrect data length (argument="gasLane", value={"type":"BigNumber","hex":"0x2386f26fc10000"}, code=INVALID_ARGUMENT, version=abi/5.7.0) #5338

Answered by pratokko
devcaii asked this question in Q&A
Discussion options

You must be logged in to vote

Hello you are assigning the gasLane to entranceeFee
replace this line

const gasLane = networkConfig[chainId]["entranceFee"];

with this

const gasLane = networkConfig[chainId]["gasLane"];

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@devcaii
Comment options

Answer selected by devcaii
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