Skip to content

Commit

Permalink
chore: add staging app id
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Jul 15, 2024
1 parent 7d241da commit eb58b14
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/javascript/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
*
*/
const domain_app_ids = { // these domains also being used in '_common/url.js' as supported "production domains"
'binary.com' : 1,
'smarttrader.deriv.app' : 22168,
'smarttrader.deriv.com' : 22168,
'smarttrader.deriv.me' : 27315,
'smarttrader.deriv.be' : 31224,
'staging-smarttrader.deriv.be': 31191,
'binary.me' : 15284,
'deriv.com' : 16929,
'binary.com' : 1,
'smarttrader.deriv.app' : 22168,
'smarttrader.deriv.com' : 22168,
'smarttrader.deriv.me' : 27315,
'smarttrader.deriv.be' : 31224,
'staging-smarttrader.deriv.be' : 31191,
'staging-smarttrader.deriv.com': 22169,
'binary.me' : 15284,
'deriv.com' : 16929,
};

const getCurrentBinaryDomain = () =>
Expand Down

0 comments on commit eb58b14

Please sign in to comment.