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
Describe the bug Parameter name doesn't reflect the underlying data
To Reproduce When creating a provider, such as with:
const myProvider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_MAIN });
a network name, accessed under the NetworkName prop, is being assigned to a prop called nodeUrl, which should accept a URL.
NetworkName
nodeUrl
Expected behavior The prop name should match the data being assigned to it.
nodeName
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Parameter name doesn't reflect the underlying data
To Reproduce
When creating a provider, such as with:
a network name, accessed under the
NetworkName
prop, is being assigned to a prop callednodeUrl
, which should accept a URL.Expected behavior
The prop name should match the data being assigned to it.
nodeName
nodeUrl
The text was updated successfully, but these errors were encountered: