From 9a4ce8749b393fe5c7197f682eded8bd1c301c29 Mon Sep 17 00:00:00 2001 From: YBF <47051132+YBFACC@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:12:09 +0800 Subject: [PATCH] chore: update default channel account ID --- .codex/environments/environment.toml | 6 ++++++ apps/mind-test-harness/src/config.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .codex/environments/environment.toml diff --git a/.codex/environments/environment.toml b/.codex/environments/environment.toml new file mode 100644 index 0000000..28d008b --- /dev/null +++ b/.codex/environments/environment.toml @@ -0,0 +1,6 @@ +# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY +version = 1 +name = "trade-message-center" + +[setup] +script = "pnpm install" diff --git a/apps/mind-test-harness/src/config.ts b/apps/mind-test-harness/src/config.ts index 035a947..a2cf522 100644 --- a/apps/mind-test-harness/src/config.ts +++ b/apps/mind-test-harness/src/config.ts @@ -12,7 +12,7 @@ import { ONETALK_PERMISSIONS } from "@trade-message-center/onetalk-contract"; const DEFAULT_HOST = "127.0.0.1"; const DEFAULT_PORT = 8787; -const DEFAULT_CHANNEL_ACCOUNT_ID = "286995452"; +const DEFAULT_CHANNEL_ACCOUNT_ID = "243340382"; const DEFAULT_BINDING = "123"; const DEFAULT_AUTHORIZATION_VERSION = "mock-v1"; const DEFAULT_MIND_USER_ID = "mind-user-1";