Commit aafa00f6 by ken

eos

parent 48c9d067
......@@ -2,7 +2,7 @@ const stream = 'wss://api.zb.com:9999/websocket';
const WebSocket = require('ws');
const crypto = require('crypto');
const options = {};
const observerSymbol = ["btcusdt", 'ethusdt', 'ltcusdt', 'bccusdt',];
const observerSymbol = ["btcusdt", 'ethusdt', 'ethbtc', 'eosbtc'];
const redis = require('redis');
const redisClient = redis.createClient();
const publishKey = "ZB@2";
......
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