-
-
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
invalid value for value.type #3459
Comments
I also encountered this error in version |
Issue exists in |
I can confirm that exists on
|
I’ll get this in the next patch release. |
This should be fixed now. Let me know if you still have any problems. Thanks! :) |
I tested the previous scenario that was failing in |
|
Awesome! Thanks! :) |
Ethers Beta Version
6.0.0-beta-exports.4
Describe the Problem
Ganache's
eth_getTransactionReceipt
does not includetx.type
. Hence waiting for a tx gives an error. If tx.type is not present, it is likely that it's an old infra andtx.type
can be taken as 0 implicitly.Here is the rpc response:
Code Snippet
Errors
Environment
Ganache
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: