@icgio/clients-config 1.0.82 → 1.0.84

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.
@@ -1,2 +1,2 @@
1
- secretread.js:5f9aa913849a7339c7b16bcf77f56d0eacd069ab6e8b417bc2661883a811d19f
1
+ secretread.js:f557d8a5885b69de2221ded6f66db08dc2df440be033b17b14b51a8a253f526e
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "client_exchange_pairs": {
3
+ "ARMY": {
4
+ "Mexc": ["ARMYUSDT"]
5
+ },
3
6
  "AVALOX": {
4
7
  "Gatev4": ["AVALOXUSDT"],
5
8
  "Mexc": ["AVALOXUSDT"],
@@ -36,6 +39,7 @@
36
39
  "Mexc": ["MTMSUSDT"]
37
40
  },
38
41
  "OPUL": {
42
+ "Bitget": ["OPULUSDT"],
39
43
  "Gatev4": ["OPULUSDT"],
40
44
  "Huobi": ["OPULUSDT"],
41
45
  "Kucoin": ["OPULUSDT"]
@@ -75,6 +79,7 @@
75
79
  }
76
80
  },
77
81
  "client_not_include_exchanges": {
82
+ "ARMY": [],
78
83
  "AVALOX": [],
79
84
  "AXL": [],
80
85
  "DMC": [],
@@ -95,6 +100,9 @@
95
100
  "XPRESS": []
96
101
  },
97
102
  "client_pair_main_exchanges": {
103
+ "ARMY": {
104
+ "ARMYUSDT": ["Mexc"]
105
+ },
98
106
  "AVALOX": {
99
107
  "AVALOXUSDT": ["Mexc", "Bitmart"]
100
108
  },
@@ -123,7 +131,7 @@
123
131
  "MTMSUSDT": ["Mexc"]
124
132
  },
125
133
  "OPUL": {
126
- "OPULUSDT": ["Gatev4", "Huobi", "Kucoin"]
134
+ "OPULUSDT": ["Bitget", "Gatev4", "Huobi", "Kucoin"]
127
135
  },
128
136
  "PACT": {
129
137
  "PACTUSDT": ["Btse"]
@@ -157,6 +165,11 @@
157
165
  }
158
166
  },
159
167
  "clients_reporter_interval": {
168
+ "ARMY": {
169
+ "balance": 1,
170
+ "trades": 1,
171
+ "orderbook": 1
172
+ },
160
173
  "AVALOX": {
161
174
  "balance": 1,
162
175
  "trades": 1,
@@ -250,6 +263,7 @@
250
263
  },
251
264
  "client_enabled": {
252
265
  "balance": {
266
+ "ARMY": true,
253
267
  "AVALOX": true,
254
268
  "AXL": true,
255
269
  "DMC": true,
@@ -283,6 +297,7 @@
283
297
  "DMC": true
284
298
  },
285
299
  "trades": {
300
+ "ARMY": true,
286
301
  "AVALOX": true,
287
302
  "AXL": true,
288
303
  "DMC": true,
@@ -310,6 +325,7 @@
310
325
  }
311
326
  },
312
327
  "client_levels": {
328
+ "ARMY": [10, 50, 100],
313
329
  "AVALOX": [10, 50, 100],
314
330
  "AXL": [10, 50, 100],
315
331
  "DMC": [10, 50, 100],
@@ -331,6 +347,7 @@
331
347
  "XPRESS": [10, 50, 100]
332
348
  },
333
349
  "client_benchmarks": {
350
+ "ARMY": ["BTC", "ETH"],
334
351
  "AVALOX": ["BTC", "ETH"],
335
352
  "AXL": ["BTC", "ETH"],
336
353
  "DMC": ["BTC", "ETH"],
@@ -351,6 +368,7 @@
351
368
  "XPRESS": ["BTC", "ETH"]
352
369
  },
353
370
  "client_telegram_ids": {
371
+ "ARMY": "-4733838023",
354
372
  "AVALOX": "-1002106426914",
355
373
  "AXL": "-1002044946729",
356
374
  "DMC": "-1002101119642",
@@ -386,6 +404,7 @@
386
404
  "DMC": "-1002106853406"
387
405
  },
388
406
  "client_telegram_sender": {
407
+ "ARMY": "icg",
389
408
  "AVALOX": "icg",
390
409
  "AXL": "icg",
391
410
  "DMC": "icg",
@@ -408,6 +427,10 @@
408
427
  "XPRESS": "icg"
409
428
  },
410
429
  "client_dashboard_credentials": {
430
+ "ARMY": {
431
+ "username": "army@icg.io",
432
+ "password": "GUeDh6im6W3ZSXL"
433
+ },
411
434
  "AVALOX": {
412
435
  "username": "avalox@icg.io",
413
436
  "password": "omXfKUcHl2whb4W"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.82",
3
+ "version": "1.0.84",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file