Merge pull request #766 from josepfo/feat/crypto-units-selector
feat: advanced wallet settings
This commit is contained in:
commit
0881d00594
9 changed files with 222 additions and 47 deletions
|
|
@ -132,6 +132,10 @@ const getCryptosFromWalletNamespace = config => {
|
|||
|
||||
const getCashInSettings = config => fromNamespace(namespaces.CASH_IN)(config)
|
||||
|
||||
const getCryptoUnits = (crypto, config) => {
|
||||
return getWalletSettings(crypto, config).cryptoUnits
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getWalletSettings,
|
||||
getCashInSettings,
|
||||
|
|
@ -149,5 +153,6 @@ module.exports = {
|
|||
getTriggers,
|
||||
getTriggersAutomation,
|
||||
getCashOut,
|
||||
getCryptosFromWalletNamespace
|
||||
getCryptosFromWalletNamespace,
|
||||
getCryptoUnits
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue