fix: deprecate ftx
This commit is contained in:
parent
ef8ad829d2
commit
f608090b50
6 changed files with 5 additions and 48 deletions
|
|
@ -6,7 +6,6 @@ const bitstamp = require('../exchange/bitstamp')
|
|||
const itbit = require('../exchange/itbit')
|
||||
const binanceus = require('../exchange/binanceus')
|
||||
const cex = require('../exchange/cex')
|
||||
const ftx = require('../exchange/ftx')
|
||||
const bitpay = require('../ticker/bitpay')
|
||||
const binance = require('../exchange/binance')
|
||||
const logger = require('../../logger')
|
||||
|
|
@ -15,7 +14,6 @@ const { BTC, BCH, DASH, ETH, LTC, ZEC, USDT } = COINS
|
|||
|
||||
const ALL = {
|
||||
cex: cex,
|
||||
ftx: ftx,
|
||||
binanceus: binanceus,
|
||||
kraken: kraken,
|
||||
bitstamp: bitstamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue