We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4f3cc2 + 6964d62 commit 8915fb0Copy full SHA for 8915fb0
app/src/lib/graphql/queries/channels.ts
@@ -38,7 +38,7 @@ export const channelsQuery =
38
39
export const recommendedUcs03ChannelsQueryDocument = graphql(/* GraphQL */ `
40
query Ucs03Channels @cached(ttl: 60) {
41
- v1_ibc_union_channel_recommendations(where: {_and: [{version: {_eq: "ucs03-zkgm-0"}}, {destination_chain_id: {_neq: "11155111"}}]}) {
+ v1_ibc_union_channel_recommendations(where: {_and: [{version: {_eq: "ucs03-zkgm-0"}}, {destination_chain_id: {_neq: "11155111"}}, {destination_chain_id: {_neq: "17000"}}]}) {
42
source_port_id
43
source_chain_id
44
source_channel_id
0 commit comments