Commit 51c7a37a by rongjun

bug

parent 6ac5c75f
...@@ -5,11 +5,11 @@ const machine = process.env['MACHINE']; ...@@ -5,11 +5,11 @@ const machine = process.env['MACHINE'];
const biboxApi = require('./api_kucoin'); const biboxApi = require('./api_kucoin');
const zlib = require('zlib'); const zlib = require('zlib');
const Strategy3MaxAmountMap = { const Strategy3MaxAmountMap = {
USDT: 3000, USDT: 1000,
BTC: 0.3, BTC: 0.3,
ETH: 2, ETH: 2,
NEO: 0, NEO: 49,
KCS: 0, KCS: 999,
} }
class BiboxCollector extends BaseCollector{ 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