We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A provider implemented with the EIP-1193 standard which does not have the name EthereumProvider will be resolved and handled as EIP-1193 provider.
EthereumProvider
Only EIP-1193 providers with the name EthereumProvider will be handled as valid EIP-1193 provider.
Will throw an invalid provider error.
Web3.js - v1.0.0-beta.43
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
A provider implemented with the EIP-1193 standard which does not have the name
EthereumProvider
will be resolved and handled as EIP-1193 provider.Actual behavior
Only EIP-1193 providers with the name
EthereumProvider
will be handled as valid EIP-1193 provider.Steps to reproduce the behavior
EthereumProvider
Error Logs
Will throw an invalid provider error.
Versions
Web3.js - v1.0.0-beta.43
The text was updated successfully, but these errors were encountered: