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