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
To display total accounts I take the value from https://mainnet.aeternity.io/mdw/v3/stats/total-accounts?interval_by=month&limit=100
and sum it on FE. Which is ok for now
aescan/src/stores/topAccounts.js
Line 41 in 84e12d6
once... will be implemented, we can use clean solution, just directly print value from response.
yes but sum manually
MDW Tracking aeternity/ae_mdw#2040
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please describe the problem that your request should resolve.
To display total accounts I take the value from
https://mainnet.aeternity.io/mdw/v3/stats/total-accounts?interval_by=month&limit=100
and sum it on FE. Which is ok for now
aescan/src/stores/topAccounts.js
Line 41 in 84e12d6
Describe the solution you'd like
once... will be implemented, we can use clean solution, just directly print value from response.
Is it already possible to achieve the same outcome in any other way? If so, how?
yes but sum manually
Additional context
MDW Tracking aeternity/ae_mdw#2040
The text was updated successfully, but these errors were encountered: