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
// your desired provider: 'infura' or 'alchemy' name: RPCProviders.infura,
It should be just name: "infura" not RPCProviders.infura
name: "infura"
RPCProviders.infura
What is "token"? is this needed?
/ your provider token token: '00000000000000',
The default value of devMode in the documentation should be false, currently is true
false
true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
1)
It should be just
name: "infura"
notRPCProviders.infura
2)
What is "token"? is this needed?
3)
The default value of devMode in the documentation should be
false
, currently istrue
The text was updated successfully, but these errors were encountered: