Multicall running out of gas #1910
Unanswered
nicocarballo21
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, i just want to ask if someone knows why the multicall im making its failling with run out gas error.
The case is the next:
i need to make around 9 call to a contract, all calls below the same function name and below the same abi. The only thing that change are the args, in this case the args goes from 0 to 9.
So basically im creating an array with object with all this information and using it into the multicall.
i tried many time and the limit is 3 items. Anyone know if is a RPC thing or something like that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions