Skip to content

Commit

Permalink
chore: added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shontzu-deriv committed Apr 22, 2024
1 parent 59d7095 commit b14f606
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/cfd/constants/urlConfig.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* This file contains the URLs for different platforms and environments.
* urlConfig will be sent as a proposal to the backend.
*/

/**
* URLs for the cTrader platform.
*/
export const ctrader_links = {
android: 'https://play.google.com/store/apps/details?id=com.deriv.ct',
ios: 'https://apps.apple.com/us/app/deriv-ctrader/id6466996509',
Expand All @@ -7,13 +15,21 @@ export const ctrader_links = {
mac: 'https://getctradermac.com/deriv/ctrader-deriv-setup.dmg',
linux: 'https://www.metatrader5.com/en/terminal/help/start_advanced/install_linux',
};

/**
* URLs for the dxTrade platform.
*/
export const dxtrade_links = {
android: 'https://play.google.com/store/apps/details?id=com.deriv.dx',
huawei: 'https://appgallery.huawei.com/app/C104633219',
ios: 'https://apps.apple.com/us/app/deriv-x/id1563337503',
demo: 'https://dx-demo.deriv.com',
live: 'https://dx.deriv.com',
};

/**
* URLs for the mt5 platform.
*/
export const white_label_links = {
android: 'https://download.mql5.com/cdn/mobile/mt5/android?server=Deriv-Demo,Deriv-Server,Deriv-Server-02',
huawei: 'https://appgallery.huawei.com/#/app/C102015329',
Expand Down

0 comments on commit b14f606

Please sign in to comment.