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
Token decimals can be derived from js/api and should not be hardcoded
The following should be done properly (generic decimals and better typing: this here can overflow?):
crowdloan/src/Participate.js
Line 431 in 6cd1fc6
And this also
crowdloan/src/Why.js
Line 95 in c269fdd
The text was updated successfully, but these errors were encountered:
anizeani
Successfully merging a pull request may close this issue.
Token decimals can be derived from js/api and should not be hardcoded
The following should be done properly (generic decimals and better typing: this here can overflow?):
crowdloan/src/Participate.js
Line 431 in 6cd1fc6
And this also
crowdloan/src/Why.js
Line 95 in c269fdd
The text was updated successfully, but these errors were encountered: