Skip to content

Commit

Permalink
fix(ceremony): temp use blue (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Oct 11, 2024
2 parents c81be87 + b2d671e commit 5987d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/src/lib/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down

0 comments on commit 5987d46

Please sign in to comment.