-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the repository support ethers ^6.6.0 #60
Comments
most likely will take a look this week |
Right now only use "nodeUrl" with ethers ^6.6.0:
|
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 |
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.
The text was updated successfully, but these errors were encountered: