From a0d5c3791178aff9da61d350e228c86e8e4a1066 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:54:21 +0800 Subject: [PATCH] Update helixbridge.app to helix.box --- apps/helix/index.html | 18 +++++++++--------- apps/helixbox-app/codegen.ts | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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/": {