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:
cartcrom 2023-03-13 16:38:39 -04:00 committed by GitHub
parent 2a04f0faca
commit c3ae545b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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