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" } } ]