Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #458 from sandeep-deriv/sandeep/wall-3509/update-w…
Browse files Browse the repository at this point in the history
…allets-url

chore: 🔥 updated URL for manage funds and tradershub
  • Loading branch information
sandeep-deriv authored May 28, 2024
2 parents 04f8131 + e210937 commit a527098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const getConfig = () => ({
label: translate('Trader\'s Hub'),
},
wallets: {
url: generateDerivLink('wallets'),
url: generateDerivLink(''),
},
deposit: {
visible: true,
Expand All @@ -211,7 +211,7 @@ const getConfig = () => ({
},
manage_funds: {
visible: true,
url: `${related_deriv_origin.origin}/wallets/cashier/transfer?lang=${localStorage.getItem('lang')}`,
url: `${related_deriv_origin.origin}/redirect?action=payment_transfer&lang=${localStorage.getItem('lang')}`,
label: translate('Manage Funds'),
},
});
Expand Down

0 comments on commit a527098

Please sign in to comment.