balancednetwork / balanced-network-info

ℹ️ Balanced network analytics.
https://stats.balanced.network
MIT License
0 stars 0 forks source link

Refactor the stats website by using new data structures from the web app. #80

Closed octocat512 closed 1 year ago

octocat512 commented 2 years ago

In the stats website code, all tokens-related data are identified/classified by the tokens' symbol. I think it makes frontend code requires frontend devs' development time when adding new token/new pair liquidity data. Using tokens' addresses as a key property is logically correct and it helps scalability for the stats website and reduces adding token/pair time.

BennyOptions commented 1 year ago

@hetfly has plans to refactor when doing the redesign