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
Currently the package accepts only lower case letters, when passing upper case it throws an error.
Steps to reproduce the behavior: 1.In the config json file give the chain name in upper case 2. Observe the output
It should internally convert to lower case and continue with execution. execution should not stop
The text was updated successfully, but these errors were encountered:
Fixed in #122
Sorry, something went wrong.
Issue is still reproducible.
Fixed in pr #176
Closing this issue as fixed
No branches or pull requests
Overview
Currently the package accepts only lower case letters, when passing upper case it throws an error.
Steps to Reproduce
Steps to reproduce the behavior:
1.In the config json file give the chain name in upper case
2. Observe the output
Expected Behavior
It should internally convert to lower case and continue with execution. execution should not stop
Screenshots
The text was updated successfully, but these errors were encountered: