From e45185a41b8758e5fdd265e73ec4cf5cce77b438 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:51:13 +0800 Subject: [PATCH 1/3] Update mail --- apps/helixbox-app/src/components/footer.tsx | 2 +- apps/helixbox-app/src/components/transaction-status.tsx | 2 +- apps/helixbox-home/src/components/homepage-social-media.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/helixbox-app/src/components/footer.tsx b/apps/helixbox-app/src/components/footer.tsx index df424e59..746e9c3d 100644 --- a/apps/helixbox-app/src/components/footer.tsx +++ b/apps/helixbox-app/src/components/footer.tsx @@ -111,7 +111,7 @@ function Social() { icon: Discord, }, { - link: "mailto:hello@helixbridge.app", + link: "mailto:hello@helix.box", icon: Email, }, ]; diff --git a/apps/helixbox-app/src/components/transaction-status.tsx b/apps/helixbox-app/src/components/transaction-status.tsx index 899dcd0f..b2e45c89 100644 --- a/apps/helixbox-app/src/components/transaction-status.tsx +++ b/apps/helixbox-app/src/components/transaction-status.tsx @@ -42,7 +42,7 @@ export default function TransactionStatus({ record }: Props) { It seems to be taking longer than usual.{" "} Date: Mon, 4 Nov 2024 14:54:21 +0800 Subject: [PATCH 2/3] 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/": { From 1e420937fe138f9b206fa4a46d8fa3e19f70e177 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:03:02 +0800 Subject: [PATCH 3/3] Revert helix --- apps/helix/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/helix/index.html b/apps/helix/index.html index 10e74a26..d4953f23 100644 --- a/apps/helix/index.html +++ b/apps/helix/index.html @@ -3,25 +3,25 @@ - Bridge Stablecoins and Native Tokens on Helixbox + Bridge Stablecoins and Native Tokens on HelixBridge - + - - - - + + + + - - - + + +
- + \ No newline at end of file