@icgio/clients-config 1.0.19 → 1.0.21
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/.gitsecret/paths/mapping.cfg +1 -1
- package/config.json +39 -6
- package/data-source.js.secret +0 -0
- package/package.json +1 -1
- package/secretread.js.secret +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
secretread.js:
|
|
1
|
+
secretread.js:456e3344f492f5523824d70acfe511ec07b48059cdb3b72a738f3c7b31e2979c
|
|
2
2
|
data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
|
package/config.json
CHANGED
|
@@ -63,6 +63,12 @@
|
|
|
63
63
|
},
|
|
64
64
|
"TIPS": {
|
|
65
65
|
"Bitmart": ["TIPSUSDT"]
|
|
66
|
+
},
|
|
67
|
+
"TROLLMP": {
|
|
68
|
+
"Mexc": ["TROLLMPUSDT"]
|
|
69
|
+
},
|
|
70
|
+
"ZUSHI": {
|
|
71
|
+
"Bitmart": ["ZUSHIUSDT"]
|
|
66
72
|
}
|
|
67
73
|
},
|
|
68
74
|
"client_not_include_exchanges": {
|
|
@@ -82,7 +88,9 @@
|
|
|
82
88
|
"SHRAP": [],
|
|
83
89
|
"SWFTC": ["Jubi", "Lbank"],
|
|
84
90
|
"TIN": [],
|
|
85
|
-
"TIPS": []
|
|
91
|
+
"TIPS": [],
|
|
92
|
+
"TROLLMP": [],
|
|
93
|
+
"ZUSHI": []
|
|
86
94
|
},
|
|
87
95
|
"client_pair_main_exchanges": {
|
|
88
96
|
"AVALOX": {
|
|
@@ -138,6 +146,12 @@
|
|
|
138
146
|
},
|
|
139
147
|
"TIPS": {
|
|
140
148
|
"TIPSUSDT": ["Bitmart"]
|
|
149
|
+
},
|
|
150
|
+
"TROLLMP": {
|
|
151
|
+
"TROLLMPUSDT": ["Mexc"]
|
|
152
|
+
},
|
|
153
|
+
"ZUSHI": {
|
|
154
|
+
"ZUSHIUSDT": ["Bitmart"]
|
|
141
155
|
}
|
|
142
156
|
},
|
|
143
157
|
"clients_reporter_interval": {
|
|
@@ -225,6 +239,16 @@
|
|
|
225
239
|
"balance": 1,
|
|
226
240
|
"trades": 1,
|
|
227
241
|
"orderbook": 1
|
|
242
|
+
},
|
|
243
|
+
"TROLLMP": {
|
|
244
|
+
"balance": 1,
|
|
245
|
+
"trades": 1,
|
|
246
|
+
"orderbook": 1
|
|
247
|
+
},
|
|
248
|
+
"ZUSHI": {
|
|
249
|
+
"balance": 1,
|
|
250
|
+
"trades": 1,
|
|
251
|
+
"orderbook": 1
|
|
228
252
|
}
|
|
229
253
|
},
|
|
230
254
|
"client_enabled": {
|
|
@@ -243,7 +267,8 @@
|
|
|
243
267
|
"PACT": true,
|
|
244
268
|
"SHRAP": true,
|
|
245
269
|
"SWFTC": true,
|
|
246
|
-
"TIPS": true
|
|
270
|
+
"TIPS": true,
|
|
271
|
+
"ZUSHI": true
|
|
247
272
|
},
|
|
248
273
|
"balance_cur": {
|
|
249
274
|
"IONX": true
|
|
@@ -277,7 +302,9 @@
|
|
|
277
302
|
"SHRAP": true,
|
|
278
303
|
"SWFTC": true,
|
|
279
304
|
"TIN": true,
|
|
280
|
-
"TIPS": true
|
|
305
|
+
"TIPS": true,
|
|
306
|
+
"TROLLMP": true,
|
|
307
|
+
"ZUSHI": true
|
|
281
308
|
},
|
|
282
309
|
"orderbook": {
|
|
283
310
|
"AXL": true,
|
|
@@ -302,7 +329,9 @@
|
|
|
302
329
|
"SHRAP": [2, 5, 10],
|
|
303
330
|
"SWFTC": [2, 5, 10],
|
|
304
331
|
"TIN": [2, 5, 10],
|
|
305
|
-
"TIPS": [2, 5, 10]
|
|
332
|
+
"TIPS": [2, 5, 10],
|
|
333
|
+
"TROLLMP": [2, 5, 10],
|
|
334
|
+
"ZUSHI": [2, 5, 10]
|
|
306
335
|
},
|
|
307
336
|
"client_benchmarks": {
|
|
308
337
|
"AVALOX": ["BTC", "ETH"],
|
|
@@ -321,7 +350,9 @@
|
|
|
321
350
|
"SHRAP": ["BTC", "ETH"],
|
|
322
351
|
"SWFTC": ["BTC", "ETH"],
|
|
323
352
|
"TIN": ["BTC", "ETH"],
|
|
324
|
-
"TIPS": ["BTC", "ETH"]
|
|
353
|
+
"TIPS": ["BTC", "ETH"],
|
|
354
|
+
"TROLLMP": ["BTC", "ETH"],
|
|
355
|
+
"ZUSHI": ["BTC", "ETH"]
|
|
325
356
|
},
|
|
326
357
|
"client_telegram_ids": {
|
|
327
358
|
"AVALOX": "-1002106426914",
|
|
@@ -340,7 +371,9 @@
|
|
|
340
371
|
"SHRAP": "-1001996867582",
|
|
341
372
|
"SWFTC": "-1002067948127",
|
|
342
373
|
"TIN": "-1002085447080",
|
|
343
|
-
"TIPS": "-4151715633"
|
|
374
|
+
"TIPS": "-4151715633",
|
|
375
|
+
"TROLLMP": "-4278849346",
|
|
376
|
+
"ZUSHI": "-4279552239"
|
|
344
377
|
},
|
|
345
378
|
"balance_premium": {
|
|
346
379
|
"IONX": {
|
package/data-source.js.secret
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/secretread.js.secret
CHANGED
|
Binary file
|