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
Should take in testnet as in the Network enum under the constants module.
testnet
Network
While at it, set type each network param in the SDK to the Network enum. Also update the tests to use the enum instead of passing a hard-coded string.
The text was updated successfully, but these errors were encountered:
Unassigned due to inactivity.
Sorry, something went wrong.
@sirdeggen Let me dig in to the issue.
Successfully improved the code function.
ALiberalVoluntarist
No branches or pull requests
Should take in
testnet
as in theNetwork
enum under the constants module.While at it, set type each network param in the SDK to the
Network
enum. Also update the tests to use the enum instead of passing a hard-coded string.The text was updated successfully, but these errors were encountered: