fix: fetch same tokens for topTokens and sparkline queries (#6135)
* fix: fetch same tokens for topTokens and sparkline queries * fix: updated comment
This commit is contained in:
parent
2a04f0faca
commit
c3ae545b68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user