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

Commit

Permalink
Mitra/DPROD-3496/Change binaryws to derivws in websocket server u…
Browse files Browse the repository at this point in the history
…rl (#7027)

* fix: 🔧 change binaryws to derivws

* fix: 🐛 address comments
  • Loading branch information
mitra-deriv authored Feb 20, 2024
1 parent 57563b2 commit 0cb07ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const localized_link_url = Object.freeze({
'terms_and_conditions/#clients': domain_full_url,
'terms_and_conditions/#business-partners': domain_full_url,
})
export const default_server_url = 'green.binaryws.com'
export const default_server_url = 'green.derivws.com'

export const live_chat_key = 'live_chat_redirection'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/endpoint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const Endpoint = () => {
type="text"
label="Server URL"
background="white"
placeholder={'e.g. green.binaryws.com'}
placeholder="e.g. green.derivws.com"
/>
<StyledInput
name="app_id"
Expand Down

0 comments on commit 0cb07ad

Please sign in to comment.