From aeac272e94cfe6ffaf1390b60a7b97a3270000cb Mon Sep 17 00:00:00 2001 From: vishal Date: Tue, 2 Sep 2025 16:27:57 +0530 Subject: [PATCH] chore: update WSS_URL --- sdk/tests/ts-api/utils/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/tests/ts-api/utils/constant.ts b/sdk/tests/ts-api/utils/constant.ts index c6151a3ee..2c1a8754d 100644 --- a/sdk/tests/ts-api/utils/constant.ts +++ b/sdk/tests/ts-api/utils/constant.ts @@ -4,5 +4,5 @@ export const DSC_URL = "ws://dsc.proving.self.xyz:8888"; export const DSC_MEDIUM_URL = "ws://dsc2.proving.self.xyz:8888"; export const DISCLOSE_URL = "ws://disclose.proving.self.xyz:8888"; -// export const WSS_URL = "wss://websocket.staging.self.xyz"; -export const WSS_URL = "ws://localhost:3007"; + export const WSS_URL = "wss://websocket.staging.self.xyz"; +//export const WSS_URL = "ws://localhost:3007";