Commit 1fae11a6 by zihan

修改平台基础币种

parent 799d1fd8
const BaseCollector = require('./baseCollector');
const baseCurrencies = ["BIX","ETH","BTC","USDT"];
const baseCurrencies = ["BTM","ETH","BTC","USDT","QTUM"];
const machine = process.env['MACHINE'];
const biboxApi = require('./api_lbank');
const zlib = require('zlib');
......@@ -7,7 +7,8 @@ const Strategy3MaxAmountMap = {
USDT: 1000,
BTC: 0.15,
ETH: 1.5,
BIX:600
BTM:500,
QTUM:500,
}
class BiboxCollector extends BaseCollector{
......
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