This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 686
Ganache Provider not considered valid by Web3 #290
Comments
This is blocked by web3/web3.js#2266 |
web3/web3.js#2266 was closed. Is this still blocked? |
With web3 1.0.0-beta.48, it works but with the new web 1.0.0-beta49, a simple sendTransaction crashes.
i have this error:
|
An issue related on web3.js web3/web3.js#2560 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a Ganache provider and passing it into Web3, Web3 complains that it's not a valid provider. It fails on the second line here:
More specifically, it fails on this line (in my reproduction repo): https://github.com/adrianmcli/repro-subscribe/blob/master/index.js#L11
This is the error call stack:
Possible Solution
I looked into the error "Please provide an valid Web3 provider" and tracked it down to this line: https://github.com/ethereum/web3.js/blob/1.0/packages/web3-providers/src/resolvers/ProviderResolver.js#L98
That means this code block is not returning: https://github.com/ethereum/web3.js/blob/1.0/packages/web3-providers/src/resolvers/ProviderResolver.js#L90-L96
Perhaps the
instanceOf
checks are not returning and the code path falls to the bottom.Steps to Reproduce (for bugs)
Reproduction repo: https://github.com/adrianmcli/repro-subscribe
Your Environment
The text was updated successfully, but these errors were encountered: