You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i cant use FallthroughProvider with multicalls libraries, such as 'ethcall'. Because provider object has different fields with JsonRpcProvider from ethers.js
Are there any solutions to this problem?
The text was updated successfully, but these errors were encountered:
Hi, i cant use FallthroughProvider with multicalls libraries, such as 'ethcall'. Because provider object has different fields with JsonRpcProvider from ethers.js Are there any solutions to this problem?
I tried to write my version of the multicall library. However, now when I call aggregate method on a multicall contract, I get this error.
Hi @AlanNabiev, thank you for providing that screenshot. Can you provide example code in a pull-request you used to get that screenshotted error?
I'd love to do TDD and go fix the error you're asking about here, so if you can provide a broken jest test, that will greatly help getting this fixed in the codebase 🙌
Hi @AlanNabiev, can you provide more info to reproduce?
I'd love to do TDD and go fix the error you're asking about here, so if you can provide a broken jest test, that will greatly help getting this fixed in the codebase 🙌
dawsbot
changed the title
FallthroughProvider multicall
Support tuple types as contract function input
Apr 24, 2023
Hi, i cant use FallthroughProvider with multicalls libraries, such as 'ethcall'. Because provider object has different fields with JsonRpcProvider from ethers.js
Are there any solutions to this problem?
The text was updated successfully, but these errors were encountered: