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

Commit

Permalink
chore: reverting some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Koster authored and Hubert Koster committed Aug 24, 2023
1 parent 5f16345 commit bc80b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/Endpoint/Endpoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const EndPoint = () => {
},
})}
name='server_url'
placeholder='e.g. ws.derivws.com'
placeholder='e.g. ws.binaryws.com'
className={styles.textInput}
required
/>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const PRODUCTION_APP_ID = '36544';
export const STAGING_APP_ID = '36545';
export const VERCEL_DEPLOYMENT_APP_ID = '35073';
export const LOCALHOST_APP_ID = '35074';
export const DEFAULT_WS_SERVER = 'ws.derivws.com';
export const DEFAULT_WS_SERVER = 'ws.binaryws.com';
export const OAUTH_URL = 'oauth.deriv.com';

export const LOGIN_ACCOUNTS_SESSION_STORAGE_KEY = 'login-accounts';
Expand Down

0 comments on commit bc80b6a

Please sign in to comment.