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 = "";