Skip to content

Commit

Permalink
Merge pull request #2152 from Nuzhy-Deriv/nuzhy/p2p-freshchat
Browse files Browse the repository at this point in the history
nuzhy/_/p2p appID
  • Loading branch information
prince-deriv authored Nov 7, 2024
2 parents eca3e4c + 65acced commit 04619a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/scripts/freshchat/freshchat-1.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const UAT_DERIV_APP = "uat-app.deriv.com";
const SMART_TRADER = "smarttrader.deriv.com";
const STAGING_SMART_TRADER = "staging-smarttrader.deriv.com";

const P2P = "p2p.deriv.com";

const DOMAIN_LIST_APP_ID = {
[DERIV_APP]: "16929",
"app.deriv.be": "16929",
Expand All @@ -21,6 +23,8 @@ const DOMAIN_LIST_APP_ID = {
[STAGING_SMART_TRADER]: "22169",
"staging-smarttrader.deriv.be": "22169",
"staging-smarttrader.deriv.me": "22169",

[P2P]: "61859",
};

const getAppID = () => {
Expand Down

0 comments on commit 04619a6

Please sign in to comment.