Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit bc013ec

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing websocket url
1 parent 4915f07 commit bc013ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const PRODUCTION_APP_ID = '36544';
22
export const STAGING_APP_ID = '36545';
33
export const VERCEL_DEPLOYMENT_APP_ID = '35073';
44
export const LOCALHOST_APP_ID = '35074';
5-
export const DEFAULT_WS_SERVER = 'oauth.deriv.com';
5+
export const DEFAULT_WS_SERVER = 'ws.binaryws.com';
66

77
export const LOGIN_ACCOUNTS_SESSION_STORAGE_KEY = 'login-accounts';
88
export const CURRENT_LOGIN_ACCOUNT_SESSION_STORAGE_KEY = 'current-login-account';

0 commit comments

Comments
 (0)