Open xuht724 opened 1 year ago
most likely will take a look this week
Right now only use "nodeUrl" with ethers ^6.6.0:
const multicall = new Multicall({ nodeUrl: REST_RPC.POLYGON, tryAggregate: true, })
oops let this one slip i guess ethers ^6.6.0 did some breaking changes will add to my list and support thanks for the code above
Would really like to see this as well. Is anyone actively working on this?
no but its pretty easy change PR welcome we can keep support for old one as well as you pass in the instance we can just add support for ethers 6 @bradens
no but its pretty easy change PR welcome we can keep support for old one as well as you pass in the instance we can just add support for ethers 6 @bradens
Got a PR up for you here: https://github.com/joshstevens19/ethereum-multicall/pull/72
I am using
It throws out the error
Error: invalid signer or provider (argument="signerOrProvider", value={}, code=INVALID_ARGUMENT, version=contracts/5.7.0)
The ethers version is 6.6.1. I want to ask if the error is caused by the version conflict.