I am confused about the CallBackGasLimit [ Lesson 9 ] #5321
Unanswered
darshilmistry
asked this question in
Q&A
Replies: 2 comments
-
Hello @darshilmistry You are just using too low value for callbackGasLimit: "500000"
// or
callbackGasLimit: ethers.utils.parseEther("0,0005") |
Beta Was this translation helpful? Give feedback.
0 replies
-
@darshilmistry Please leave your repository link, I have to see the code. |
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.
-
I am confused about how we use the thing in out project.
For me, I have used the following in the in my
helper-hardhat.config.js
anything other than the gas limit plugged in the above code would break the deployment with this error
invalid BigNumber string (argument="value", value="500,000", code=INVALID_ARGUMENT, version=bignumber/5.7.0)
the
value
does changes with different valuesWith this value 0f
0.000000003
any 0's less and it would show this:value out-of-bounds (argument="callbackGasLimit", value={"type":"BigNumber","hex":"0x06fc23ac00"}, code=INVALID_ARGUMENT, version=abi/5.7.0)
I do have the issue solved but I am not sure why its solved...
Beta Was this translation helpful? Give feedback.
All reactions