fix: improve HoverableTooltip behavior and UX
feat: add market currency selector for exchange 3rd party services
This commit is contained in:
parent
d0573daa74
commit
4427258dd5
26 changed files with 646 additions and 320 deletions
|
|
@ -8,7 +8,7 @@ const { BTC, ETH, USDT, LN } = COINS
|
|||
const CRYPTO = [BTC, ETH, USDT, LN]
|
||||
const FIAT = ['USD']
|
||||
const AMOUNT_PRECISION = 4
|
||||
const REQUIRED_CONFIG_FIELDS = ['clientKey', 'clientSecret', 'userId', 'walletId']
|
||||
const REQUIRED_CONFIG_FIELDS = ['clientKey', 'clientSecret', 'userId', 'walletId', 'currencyMarket']
|
||||
|
||||
const loadConfig = (account) => {
|
||||
const mapper = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue