fix: deprecate ftx

This commit is contained in:
josepfo 2022-12-01 18:18:07 +00:00
parent ef8ad829d2
commit f608090b50
6 changed files with 5 additions and 48 deletions

View file

@ -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,