Skip to content

Commit

Permalink
fix(app): remove chains filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jul 25, 2024
1 parent eb4938a commit 78e2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/graphql/documents/chains.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { graphql } from "gql.tada"

export const chainsQueryDocument = graphql(/* GraphQL */ `query ChainsQuery @cached(ttl: 30) {
v0_chains(where: {enabled: {_eq: true}}, order_by: {display_name: asc}) {
v0_chains(order_by: {display_name: asc}) {
display_name
testnet
chain_id
Expand Down

0 comments on commit 78e2fb8

Please sign in to comment.