Merge branch 'dev' into backport/binance-default-market

This commit is contained in:
Rafael Taranto 2024-11-29 13:50:10 +00:00 committed by GitHub
commit 5e2ac6ecbf
69 changed files with 1516 additions and 599 deletions

View file

@ -8,7 +8,7 @@ const { BTC, BCH, XMR, ETH, LTC, ZEC, LN } = COINS
const CRYPTO = [BTC, ETH, LTC, ZEC, BCH, XMR, LN]
const FIAT = ['EUR']
const DEFAULT_FIAT_MARKET = 'EUR'
const REQUIRED_CONFIG_FIELDS = ['apiKey', 'privateKey']
const REQUIRED_CONFIG_FIELDS = ['apiKey', 'privateKey', 'currencyMarket']
const loadConfig = (account) => {
const mapper = {