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
Web3 Provider spec
0xProject/assert
Provider.isWeb3Provider
Old assert checks for Provider.send & Provider.sendAsync, both of which have been deprecated
Provider.send
Provider.sendAsync
the new assert checks for Provider.request, the new method to be used to verify it is a web3Provider
Provider.request
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Web3 Provider spec
0xProject/assert
is out of syncProvider.isWeb3Provider
Old assert checks for
Provider.send
&Provider.sendAsync
, both of which have been deprecatedthe new assert checks for
Provider.request
, the new method to be used to verify it is a web3ProviderThe text was updated successfully, but these errors were encountered: