Skip to content

Commit 8915fb0

Browse files
authored
fix(app): disable transfers to holesky (#3886)
2 parents a4f3cc2 + 6964d62 commit 8915fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/lib/graphql/queries/channels.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const channelsQuery =
3838

3939
export const recommendedUcs03ChannelsQueryDocument = graphql(/* GraphQL */ `
4040
query Ucs03Channels @cached(ttl: 60) {
41-
v1_ibc_union_channel_recommendations(where: {_and: [{version: {_eq: "ucs03-zkgm-0"}}, {destination_chain_id: {_neq: "11155111"}}]}) {
41+
v1_ibc_union_channel_recommendations(where: {_and: [{version: {_eq: "ucs03-zkgm-0"}}, {destination_chain_id: {_neq: "11155111"}}, {destination_chain_id: {_neq: "17000"}}]}) {
4242
source_port_id
4343
source_chain_id
4444
source_channel_id

0 commit comments

Comments
 (0)