fix: insufficient funds and small mistakes
This commit is contained in:
parent
f8a8ea2842
commit
347b240280
2 changed files with 4 additions and 3 deletions
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue