Commit e59c96eb by ken

key

parent 8e3a4cf3
...@@ -11,8 +11,8 @@ const redis = require('redis'); ...@@ -11,8 +11,8 @@ const redis = require('redis');
const redisClient = redis.createClient(); const redisClient = redis.createClient();
const publishKey = "ZB@2"; const publishKey = "ZB@2";
const accountInfoChannel = "getaccountinfo"; const accountInfoChannel = "getaccountinfo";
const APIKEY = "c31d6ca8-037a-4675-b571-a755cda96c9d"; const APIKEY = "0ea3aee1-dd97-4abd-9586-be6a070862a3";
const APISECRET = "e8aea44b-8425-4837-a981-5bc02a1324fd"; const APISECRET = "0d24cdd0-e26a-4d2f-b3e3-f3595eb1571a";
const lastEventTimeMap = {}; const lastEventTimeMap = {};
let balanceByRestOk = true; let balanceByRestOk = true;
let balanceByWebsocketOk = true; let balanceByWebsocketOk = true;
......
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