-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
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
Handle new TVL property in /api/v2/stats/charts/market endpoint #1250
Comments
@vbaranov can we add the current TVL to |
@NikitaSavik what text should we display in the graph hint in this case? |
@tom2drum "Total value of digital assets locked or staked in a chain" |
@tom2drum this has been applied https://explorer.evm.shimmer.network/api/v2/stats
|
* Handle new TVL property in /api/v2/stats/charts/market endpoint Fixes #1250 * Support stats widget for Rootstock * fix envs validation * fix tests
Description
Related to backend changes in blockscout/blockscout#8589
A new tvl property is returned in the response of /api/v2/stats/charts/market and returns TVL for the chain in USD. For instance, this is deployed at Shimmer mainnet:
https://explorer.evm.shimmer.network/api/v2/stats/charts/market
Sample response:
I suppose we should extend
NEXT_PUBLIC_HOMEPAGE_CHARTS
env with the valuetvl
and enable display tvl chart, if it is chosen, based on the value from tvl property in the API endpoint response.Link to the page
https://explorer.evm.shimmer.network/
Steps to reproduce
App version
v1.12.0
Browser
No response
Operating system
None
Additional information
No response
The text was updated successfully, but these errors were encountered: