Commit 6416ad5e by zihan

bug修复

parent bb6f53e4
......@@ -2,8 +2,7 @@ const BaseCollector = require('./baseCollector');
const baseCurrencies = ["ETH","BTC","USDT", "NEO", "KCS"];
const machine = process.env['MACHINE'];
const biboxApi = require('./api_kucoin');
const IPReader = require('./util');
const IPs = IPReader.allIps;
const IPs = require('./util');
let coinInfoMap = null;
// const totalOrderbook = {};
const Strategy3MaxAmountMap = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment