Skip to content

Commit

Permalink
Merge pull request #81 from adrienne-deriv/add-app-id-smattrader-api-…
Browse files Browse the repository at this point in the history
…docs

adrienne / Add production/staging app IDs for SmartTrader and Deriv API docs
  • Loading branch information
niloofar-deriv authored Oct 15, 2024
2 parents 82203e6 + 37dedc3 commit dead23a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/app-id.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const domainAppId = {
"test-app.deriv.com": "51072",
"p2p.deriv.com": "61859",
"staging-p2p.deriv.com": "62019",
"api.deriv.com": "36544",
"staging-api.deriv.com": "36545",
"smarttrader.deriv.com": "22168",
"staging-smarttrader.deriv.com": "22169"
} as const;

export const appBrand = "deriv";
4 changes: 4 additions & 0 deletions utils-docs/docs/Constants/app-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ demo: "blue.derivws.com";
"test-app.deriv.com": "51072";
"p2p.deriv.com": "61859";
"staging-p2p.deriv.com": "62019";
"api.deriv.com": "36544";
"staging-api.deriv.com": "36545";
"smarttrader.deriv.com": "22168";
"staging-smarttrader.deriv.com": "22169";
```

### appBrand
Expand Down

0 comments on commit dead23a

Please sign in to comment.