Commit c3ae545b authored by cartcrom's avatar cartcrom Committed by GitHub

fix: fetch same tokens for topTokens and sparkline queries (#6135)

* fix: fetch same tokens for topTokens and sparkline queries

* fix: updated comment
parent 2a04f0fa
......@@ -67,9 +67,10 @@ gql`
}
`
// We separately query sparkline data so that the large download time does not block Token Explore rendering
gql`
query TopTokensSparkline($duration: HistoryDuration!, $chain: Chain!) {
topTokens(pageSize: 100, page: 1, chain: $chain) {
topTokens(pageSize: 100, page: 1, chain: $chain, orderBy: VOLUME) {
id
address
chain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment