From 8eac2db1b415ff9e1beb0f24bfc2af91651a5fe7 Mon Sep 17 00:00:00 2001 From: Joel Ulahanna Date: Tue, 23 Jul 2024 03:40:11 -0500 Subject: [PATCH] update default signal server (#227) --- ts/src/trycp/conductor/conductor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/src/trycp/conductor/conductor.ts b/ts/src/trycp/conductor/conductor.ts index c24f0936..3d6639e2 100644 --- a/ts/src/trycp/conductor/conductor.ts +++ b/ts/src/trycp/conductor/conductor.ts @@ -90,7 +90,7 @@ import { import { deserializeZomeResponsePayload } from "../util.js"; const logger = makeLogger("TryCP conductor"); -const HOLO_SIGNALING_SERVER = new URL("wss://signal.holo.host"); +const HOLO_SIGNALING_SERVER = new URL("wss://sbd-0.main.infra.holo.host"); const HOLO_BOOTSTRAP_SERVEr = new URL("https://devnet-bootstrap.holo.host"); const BOOTSTRAP_SERVER_PLACEHOLDER = ""; const SIGNALING_SERVER_PLACEHOLDER = "";