Open AlanNabiev opened 2 years ago
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 🙌
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?