-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot read property 'confirmations' of null when calling provider.waitForTransaction #346
Comments
Ack! You are right! That's almost the solution, I was trying to simplify the I'm fixing it right now. :) |
I've posted it to version |
I'm going to close this now, but if it is still a problem, please re-open it. Thanks! :) |
I still am getting this error. I'm not calling |
Also just happened to me using the beta version
|
Update: also happens with |
Okay so the issue is on this line in v4: ethers.js/src.ts/providers/base-provider.ts Line 792 in 4ac0843
And in v5:
You need to check that
|
@PaulRBerg did you manage to find a solution for the |
@ricmoo the error code I get when trying to wait for a transaction that was sent via Argents Wallet Connect integration:
It seems to work fine with Gnosis Safe Wallet Connect integrations though, weird. |
I just updated to 4.0.11 and when making the following call:
I get the following error:
Which seems to be related to the code below:
It should be receipt != null or something i suppose ?
The text was updated successfully, but these errors were encountered: