diff --git a/apps/helix/index.html b/apps/helix/index.html index d263b5ca..10e74a26 100644 --- a/apps/helix/index.html +++ b/apps/helix/index.html @@ -3,22 +3,22 @@ - Bridge Stablecoins and Native Tokens on HelixBridge + Bridge Stablecoins and Native Tokens on Helixbox - + - - - - + + + + - - - + + +
diff --git a/apps/helixbox-app/codegen.ts b/apps/helixbox-app/codegen.ts index 5a5de78d..fb913838 100644 --- a/apps/helixbox-app/codegen.ts +++ b/apps/helixbox-app/codegen.ts @@ -2,7 +2,7 @@ import type { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { overwrite: true, - schema: "https://apollo.helixbridge.app/graphql", + schema: "https://apollo.helix.box/graphql", documents: ["src/hooks/**/*.ts", "src/components/**/*.tsx"], generates: { "src/_generated_/gql/": {