cavanmflynn / ethers-multicall

Make multiple Ethereum network requests in a single HTTP query. ethcall for ethers v5.
MIT License
224 stars 99 forks source link

If one of many request failed, the whole batch request failed. #33

Open getjake opened 2 years ago

getjake commented 2 years ago

The current version supports multicall contract instead of multicall2, which allows one of many requests failed but still return the rest of results.

Here is multicall2: https://github.com/makerdao/multicall

JayWelsh commented 1 year ago

Support for this would be great