Skip to content

Commit

Permalink
chore: add new dbot urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisyahlen committed Nov 28, 2024
1 parent d01b36c commit c2bc6d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/app-id.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export const domainAppId = {
"staging-api.deriv.com": "36545",
"smarttrader.deriv.com": "22168",
"staging-smarttrader.deriv.com": "22169",
"staging-dbot.deriv.com": "29934",
"staging-dbot.deriv.me": "29934",
"staging-dbot.deriv.be": "29934",
"dbot.deriv.com": "65555",
"dbot.deriv.be": "65556",
"dbot.deriv.me": "65557",
} as const;

export const appBrand = "deriv";

0 comments on commit c2bc6d2

Please sign in to comment.