@icgio/icg-exchanges-wrapper 1.9.177 → 1.9.179
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 +2 -2
package/middleware/orders.js
CHANGED
|
@@ -1262,7 +1262,7 @@ module.exports = class Orders {
|
|
|
1262
1262
|
for (let pair of exchange_pairs[exchange]) {
|
|
1263
1263
|
setInterval(() => {
|
|
1264
1264
|
Exchanges[exchange].rate_with_routes(pair, (res) => {
|
|
1265
|
-
rates_handler(exchange, pair, res,
|
|
1265
|
+
rates_handler(exchange, pair, res, true)
|
|
1266
1266
|
})
|
|
1267
1267
|
}, interval_dict[exchange].rates)
|
|
1268
1268
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icgio/icg-exchanges-wrapper",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.179",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@icgio/icg-exchanges": "^1.27.
|
|
20
|
+
"@icgio/icg-exchanges": "^1.27.123",
|
|
21
21
|
"@icgio/icg-exchanges-data": "^1.6.61",
|
|
22
22
|
"@icgio/icg-utils": "^1.7.37",
|
|
23
23
|
"influx": "^5.7.0",
|