fix: insufficient funds and small mistakes

This commit is contained in:
Rafael Taranto 2023-09-15 18:54:09 +01:00
parent f8a8ea2842
commit 347b240280
2 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@ const { ORDER_TYPES } = require('./consts')
const ORDER_TYPE = ORDER_TYPES.MARKET
const { BTC, BCH, XMR, ETH, LTC, ZEC } = COINS
const CRYPTO = [BTC, ETH, LTC, ZEC, BCH, XMR ]
const CRYPTO = [BTC, ETH, LTC, ZEC, BCH, XMR]
const FIAT = ['USD', 'EUR']
const REQUIRED_CONFIG_FIELDS = ['apiKey', 'privateKey']