diff --git a/packages/bot-skeleton/src/services/api/contracts-for.js b/packages/bot-skeleton/src/services/api/contracts-for.js index b5a03ea7babb..876f7d48ebd7 100644 --- a/packages/bot-skeleton/src/services/api/contracts-for.js +++ b/packages/bot-skeleton/src/services/api/contracts-for.js @@ -13,7 +13,7 @@ export default class ContractsFor { // e.g. if market omitted, rule will apply to all markets. this.disabled_options = [ { - submarket: 'smart_fx', + submarket: 'forex_basket', trade_type: 'higherlower', }, { diff --git a/packages/bot-web-ui/src/xml/dalembert.xml b/packages/bot-web-ui/src/xml/dalembert.xml index 8cfdf759a154..0982fa9d5b2c 100644 --- a/packages/bot-web-ui/src/xml/dalembert.xml +++ b/packages/bot-web-ui/src/xml/dalembert.xml @@ -18,8 +18,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/bot-web-ui/src/xml/martingale.xml b/packages/bot-web-ui/src/xml/martingale.xml index fc6667ff116c..74fd6f0f8a42 100644 --- a/packages/bot-web-ui/src/xml/martingale.xml +++ b/packages/bot-web-ui/src/xml/martingale.xml @@ -18,8 +18,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/bot-web-ui/src/xml/oscars_grind.xml b/packages/bot-web-ui/src/xml/oscars_grind.xml index ba7051bb73f1..ad610f773639 100644 --- a/packages/bot-web-ui/src/xml/oscars_grind.xml +++ b/packages/bot-web-ui/src/xml/oscars_grind.xml @@ -19,8 +19,8 @@ - forex - smart_fx + basket_index + forex_basket WLDAUD diff --git a/packages/components/src/components/icon/underlying/ic-underlying-WLDAUD.svg b/packages/components/src/components/icon/underlying/ic-underlying-WLDAUD.svg index 27621d82b8af..f8bb3bada9ae 100644 --- a/packages/components/src/components/icon/underlying/ic-underlying-WLDAUD.svg +++ b/packages/components/src/components/icon/underlying/ic-underlying-WLDAUD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/underlying/ic-underlying-WLDEUR.svg b/packages/components/src/components/icon/underlying/ic-underlying-WLDEUR.svg index 846f0cfd384f..fbf69868b4ae 100644 --- a/packages/components/src/components/icon/underlying/ic-underlying-WLDEUR.svg +++ b/packages/components/src/components/icon/underlying/ic-underlying-WLDEUR.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/underlying/ic-underlying-WLDGBP.svg b/packages/components/src/components/icon/underlying/ic-underlying-WLDGBP.svg index ea73bbe8f318..0c5c158becb0 100644 --- a/packages/components/src/components/icon/underlying/ic-underlying-WLDGBP.svg +++ b/packages/components/src/components/icon/underlying/ic-underlying-WLDGBP.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/underlying/ic-underlying-WLDUSD.svg b/packages/components/src/components/icon/underlying/ic-underlying-WLDUSD.svg index 53abfdf05f7c..59e2d31437ea 100644 --- a/packages/components/src/components/icon/underlying/ic-underlying-WLDUSD.svg +++ b/packages/components/src/components/icon/underlying/ic-underlying-WLDUSD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/underlying/ic-underlying-WLDXAU.svg b/packages/components/src/components/icon/underlying/ic-underlying-WLDXAU.svg index 112c90cccd4a..c99cb3d944ee 100644 --- a/packages/components/src/components/icon/underlying/ic-underlying-WLDXAU.svg +++ b/packages/components/src/components/icon/underlying/ic-underlying-WLDXAU.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/stories/contract-card/statics/contract.js b/packages/components/stories/contract-card/statics/contract.js index 34c25c277dfb..3f53c7e606b0 100644 --- a/packages/components/stories/contract-card/statics/contract.js +++ b/packages/components/stories/contract-card/statics/contract.js @@ -89,11 +89,11 @@ export const getMarketNamesMap = () => ({ CRASH1000: localize('Crash 1000 Index'), RDBEAR: 'Bear Market Index', RDBULL: 'Bull Market Index', - WLDAUD: 'AUD Index', - WLDEUR: 'EUR Index', - WLDGBP: 'GBP Index', - WLDXAU: 'Gold Index', - WLDUSD: 'USD Index', + WLDAUD: 'AUD Basket', + WLDEUR: 'EUR Basket', + WLDGBP: 'GBP Basket', + WLDXAU: 'Gold Basket', + WLDUSD: 'USD Basket', '1HZ10V': 'Volatility 10 (1s) Index', '1HZ100V': 'Volatility 100 (1s) Index', '1HZ200V': 'Volatility 200 (1s) Index', diff --git a/packages/core/src/Constants/contract.js b/packages/core/src/Constants/contract.js index 08e36edc9e0a..7fcc8beeea9c 100644 --- a/packages/core/src/Constants/contract.js +++ b/packages/core/src/Constants/contract.js @@ -60,11 +60,11 @@ export const getMarketNamesMap = () => ({ RDBEAR: localize('Bear Market Index'), RDBULL: localize('Bull Market Index'), STPRNG: localize('Step Index'), - WLDAUD: localize('AUD Index'), - WLDEUR: localize('EUR Index'), - WLDGBP: localize('GBP Index'), - WLDXAU: localize('Gold Index'), - WLDUSD: localize('USD Index'), + WLDAUD: localize('AUD Basket'), + WLDEUR: localize('EUR Basket'), + WLDGBP: localize('GBP Basket'), + WLDXAU: localize('Gold Basket'), + WLDUSD: localize('USD Basket'), '1HZ10V': localize('Volatility 10 (1s) Index'), '1HZ100V': localize('Volatility 100 (1s) Index'), '1HZ200V': localize('Volatility 200 (1s) Index'), diff --git a/packages/trader/src/Constants/contract.js b/packages/trader/src/Constants/contract.js index b1797962c68d..fed52ba6450a 100644 --- a/packages/trader/src/Constants/contract.js +++ b/packages/trader/src/Constants/contract.js @@ -94,11 +94,11 @@ export const getMarketNamesMap = () => ({ RDBEAR: localize('Bear Market Index'), RDBULL: localize('Bull Market Index'), STPRNG: localize('Step Index'), - WLDAUD: localize('AUD Index'), - WLDEUR: localize('EUR Index'), - WLDGBP: localize('GBP Index'), - WLDXAU: localize('Gold Index'), - WLDUSD: localize('USD Index'), + WLDAUD: localize('AUD Basket'), + WLDEUR: localize('EUR Basket'), + WLDGBP: localize('GBP Basket'), + WLDXAU: localize('Gold Basket'), + WLDUSD: localize('USD Basket'), '1HZ10V': localize('Volatility 10 (1s) Index'), '1HZ100V': localize('Volatility 100 (1s) Index'), '1HZ200V': localize('Volatility 200 (1s) Index'), diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg index 8d6d6e3b3a5e..f8bb3bada9ae 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDAUD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg index 56536eda4262..fbf69868b4ae 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDEUR.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg index e64b17980fa5..0c5c158becb0 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDGBP.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg index 0aae1e911972..59e2d31437ea 100644 --- a/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg +++ b/packages/trader/src/public/images/app/portfolio/underlying-icons/ic-WLDUSD.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file