Merge pull request #1317 from josepfo/fix/add-binance-missing-destructuring
fix: add missing object destructuring for binance
This commit is contained in:
commit
7641af87b3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const _ = require('lodash/fp')
|
||||||
const { ALL } = require('../../plugins/common/ccxt')
|
const { ALL } = require('../../plugins/common/ccxt')
|
||||||
|
|
||||||
const { BTC, BCH, DASH, ETH, LTC, USDT, ZEC, XMR } = COINS
|
const { BTC, BCH, DASH, ETH, LTC, USDT, ZEC, XMR } = COINS
|
||||||
const { bitpay, coinbase, itbit, bitstamp, kraken, binanceus, cex, ftx } = ALL
|
const { bitpay, coinbase, itbit, bitstamp, kraken, binanceus, cex, ftx, binance } = ALL
|
||||||
|
|
||||||
const TICKER = 'ticker'
|
const TICKER = 'ticker'
|
||||||
const WALLET = 'wallet'
|
const WALLET = 'wallet'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue