@icgio/icg-exchanges-wrapper 1.14.174 → 1.14.176
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/middleware/orders.js +1 -1
- package/package.json +3 -3
package/middleware/orders.js
CHANGED
|
@@ -1172,7 +1172,7 @@ module.exports = class Orders {
|
|
|
1172
1172
|
let { open_time } = order_info[type][order_id]
|
|
1173
1173
|
// console.log(order_id, open_time, open_time < new Date() - 30 * 60 * 1000)
|
|
1174
1174
|
if (open_time < new Date() - QUERY_ORDER_TIME_IN_MS) {
|
|
1175
|
-
console.log('
|
|
1175
|
+
// console.log('query_order_arb_maker_1: %s %s %s', exchange, pair, order_id)
|
|
1176
1176
|
Exchanges[exchange].query_order(pair, order_id, (res) => {
|
|
1177
1177
|
count++
|
|
1178
1178
|
if (res.success) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icgio/icg-exchanges-wrapper",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.176",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@icgio/icg-exchanges": "^1.32.88",
|
|
21
|
-
"@icgio/icg-exchanges-data": "^1.10.
|
|
22
|
-
"@icgio/icg-utils": "^1.9.
|
|
21
|
+
"@icgio/icg-exchanges-data": "^1.10.82",
|
|
22
|
+
"@icgio/icg-utils": "^1.9.30",
|
|
23
23
|
"influx": "^5.11.0",
|
|
24
24
|
"lodash": "^4.17.20",
|
|
25
25
|
"uuid": "^11.1.0",
|