From 8e84a53e57ba1c4e19304615e52714653dfb924c Mon Sep 17 00:00:00 2001 From: Jack Short Date: Thu, 5 Jan 2023 11:03:24 -0500 Subject: [PATCH] fix: updating generated graphql types (#5784) --- src/graphql/data/__generated__/types-and-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/data/__generated__/types-and-hooks.ts b/src/graphql/data/__generated__/types-and-hooks.ts index 617bce4a4c..77a8971492 100644 --- a/src/graphql/data/__generated__/types-and-hooks.ts +++ b/src/graphql/data/__generated__/types-and-hooks.ts @@ -1020,7 +1020,7 @@ export type TokenPriceLazyQueryHookResult = ReturnType; export const TopTokens100Document = gql` query TopTokens100($duration: HistoryDuration!, $chain: Chain!) { - topTokens(pageSize: 100, page: 1, chain: $chain) { + topTokens(pageSize: 100, page: 1, chain: $chain, orderBy: VOLUME) { id name chain