joshstevens19 / ethereum-multicall

Ability to call many ethereum constant function calls in 1 JSONRPC request
MIT License
367 stars 94 forks source link

Error when executing huge batches #50

Closed linyao7 closed 2 years ago

linyao7 commented 2 years ago

Executing batches of huge sizes 300++ seems to throw an error. Suspect it has to do with timeout variable? Smaller batches with the same logic does not throw any errors.