From b2d671ec5fc5af81beccecc3c31d50c3b86497c4 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 11 Oct 2024 11:54:34 +0200 Subject: [PATCH] fix(ceremony): temp use blue --- app/src/lib/constants/index.ts | 6 +++--- app/tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/lib/constants/index.ts b/app/src/lib/constants/index.ts index 666ff59b2d..0c06f3d021 100644 --- a/app/src/lib/constants/index.ts +++ b/app/src/lib/constants/index.ts @@ -8,9 +8,9 @@ export const UNO = { } as const export const URLS = { - GRAPHQL: "https://green.graphql.union.build/v1/graphql", - GRAPHQL_WSS: "wss//hubble-green.hasura.app/v1/graphql", - GRAPHQL_REST: "https://green.graphql.union.build/api/rest", + GRAPHQL: "https://blue.graphql.union.build/v1/graphql", + GRAPHQL_WSS: "wss//hubble-blue.hasura.app/v1/graphql", + GRAPHQL_REST: "https://blue.graphql.union.build/api/rest", UNION: { /** * TODO: add array of RPCs and pass to `viem`'s `fallback` array diff --git a/app/tsconfig.json b/app/tsconfig.json index b02ec83f09..d0de82419d 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -26,7 +26,7 @@ "name": "gql.tada/ts-plugin", "tadaOutputLocation": "./src/generated/graphql-env.d.ts", "schema": { - "url": "https://green.graphql.union.build/v1/graphql" + "url": "https://blue.graphql.union.build/v1/graphql" } } ]