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

Commit bc80b6a

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: reverting some changes
1 parent 5f16345 commit bc80b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/features/Endpoint/Endpoint.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const EndPoint = () => {
6767
},
6868
})}
6969
name='server_url'
70-
placeholder='e.g. ws.derivws.com'
70+
placeholder='e.g. ws.binaryws.com'
7171
className={styles.textInput}
7272
required
7373
/>

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 = 'ws.derivws.com';
5+
export const DEFAULT_WS_SERVER = 'ws.binaryws.com';
66
export const OAUTH_URL = 'oauth.deriv.com';
77

88
export const LOGIN_ACCOUNTS_SESSION_STORAGE_KEY = 'login-accounts';

0 commit comments

Comments
 (0)