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
Was submitting work for an issue and when I hit the "Submit Work" button, it enters a loading state but never finishes. In dev tools, I see:
I believe the call to Math should be Math.pow since it's calculating gas price
Math
Math.pow
The text was updated successfully, but these errors were encountered:
Changes Math to Math.pow for gwei->ether gas calculation
e7c1cc6
Fixes gitcoinco#357
eslint: convert some js to es6 and install eslint
85b9f4c
No branches or pull requests
Description
Was submitting work for an issue and when I hit the "Submit Work" button, it enters a loading state but never finishes. In dev tools, I see:
Possible Implementation
I believe the call to
Math
should beMath.pow
since it's calculating gas priceEnvironment
The text was updated successfully, but these errors were encountered: