@icgio/clients-config 1.0.51 → 1.0.52

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:6df32140041e3c93b965a84fe480b314a55631b9cff9be9b21e2a96684d59292
1
+ secretread.js:35ee8d98b7ac1c809847a5e7ed3e34201a13ef4dbd218535515c977abff52b02
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "client_exchange_pairs": {
3
+ "ACL": {
4
+ "Gatev4": ["ACLUSDT"]
5
+ },
3
6
  "AVAV": {
4
7
  "Bitget": [
5
8
  "AVAVUSDT"
@@ -282,6 +285,7 @@
282
285
  }
283
286
  },
284
287
  "client_not_include_exchanges": {
288
+ "ACL": [],
285
289
  "AVAV": [],
286
290
  "BONG": [],
287
291
  "CARAC": [],
@@ -322,6 +326,9 @@
322
326
  "ZUSHI": []
323
327
  },
324
328
  "client_pair_main_exchanges": {
329
+ "ACL": {
330
+ "ACLUSDT": ["Gatev4"]
331
+ },
325
332
  "AVAV": {
326
333
  "AVAVUSDT": [
327
334
  "Bitget"
@@ -540,6 +547,11 @@
540
547
  }
541
548
  },
542
549
  "clients_reporter_interval": {
550
+ "ACL": {
551
+ "balance": 1,
552
+ "trades": 1,
553
+ "orderbook": 1
554
+ },
543
555
  "AVAV": {
544
556
  "balance": 1,
545
557
  "trades": 1,
@@ -693,6 +705,7 @@
693
705
  },
694
706
  "client_enabled": {
695
707
  "balance": {
708
+ "ACL": true,
696
709
  "AVAV": true,
697
710
  "CARE": true,
698
711
  "CAVADA": true,
@@ -730,6 +743,7 @@
730
743
  "rate": {},
731
744
  "trades_detail": {},
732
745
  "trades": {
746
+ "ACL": true,
733
747
  "AVAV": true,
734
748
  "BONG": true,
735
749
  "CARE": true,
@@ -764,6 +778,7 @@
764
778
  }
765
779
  },
766
780
  "client_levels": {
781
+ "ACL": [10, 50, 100],
767
782
  "AVAV": [
768
783
  2,
769
784
  5,
@@ -956,6 +971,7 @@
956
971
  ]
957
972
  },
958
973
  "client_benchmarks": {
974
+ "ACL": ["BTC, ETH"],
959
975
  "AVAV": [
960
976
  "BTC",
961
977
  "ETH"
@@ -1110,6 +1126,7 @@
1110
1126
  ]
1111
1127
  },
1112
1128
  "client_telegram_ids": {
1129
+ "ACL": "-4283734918",
1113
1130
  "AVAV": "-4199615909",
1114
1131
  "BONG": "-4232215006",
1115
1132
  "CARAC": "-4103921001",
package/config.json CHANGED
@@ -1,12 +1,5 @@
1
1
  {
2
2
  "client_exchange_pairs": {
3
- "ACL": {
4
- "Gatev4": ["ACLUSDT"]
5
- },
6
- "ARTIC": {
7
- "Lbank": ["ARTICUSDT"],
8
- "Mexc": ["ARTICUSDT"]
9
- },
10
3
  "AVALOX": {
11
4
  "Gatev4": ["AVALOXUSDT"],
12
5
  "Mexc": ["AVALOXUSDT"]
@@ -22,6 +15,9 @@
22
15
  "Gatev4": ["DMCUSDT"],
23
16
  "Lbank": ["DMCUSDT"]
24
17
  },
18
+ "DOGK": {
19
+ "Xt": ["DOGKUSDT"]
20
+ },
25
21
  "EGAX": {
26
22
  "Bitmart": ["EGAXUSDT"],
27
23
  "Mexc": ["EGAXUSDT"]
@@ -70,12 +66,11 @@
70
66
  }
71
67
  },
72
68
  "client_not_include_exchanges": {
73
- "ACL": [],
74
- "ARTIC": [],
75
69
  "AVALOX": [],
76
70
  "AXL": [],
77
71
  "BOMBO": [],
78
72
  "DMC": [],
73
+ "DOGK": [],
79
74
  "EGAX": [],
80
75
  "EPEP": [],
81
76
  "IONX": [],
@@ -90,12 +85,6 @@
90
85
  "XPRESS": []
91
86
  },
92
87
  "client_pair_main_exchanges": {
93
- "ACL": {
94
- "ACLUSDT": ["Gatev4"]
95
- },
96
- "ARTIC": {
97
- "ARTICUSDT": ["Lbank", "Mexc"]
98
- },
99
88
  "AVALOX": {
100
89
  "AVALOXUSDT": ["Mexc"]
101
90
  },
@@ -108,6 +97,9 @@
108
97
  "DMC": {
109
98
  "DMCUSDT": ["Gatev4"]
110
99
  },
100
+ "DOGK": {
101
+ "DOGKUSDT": ["Xt"]
102
+ },
111
103
  "EGAX": {
112
104
  "EGAXUSDT": ["Mexc"]
113
105
  },
@@ -152,16 +144,6 @@
152
144
  }
153
145
  },
154
146
  "clients_reporter_interval": {
155
- "ACL": {
156
- "balance": 1,
157
- "trades": 1,
158
- "orderbook": 1
159
- },
160
- "ARTIC": {
161
- "balance": 1,
162
- "trades": 1,
163
- "orderbook": 1
164
- },
165
147
  "AVALOX": {
166
148
  "balance": 1,
167
149
  "trades": 1,
@@ -182,6 +164,11 @@
182
164
  "trades": 1,
183
165
  "orderbook": 1
184
166
  },
167
+ "DOGK": {
168
+ "balance": 1,
169
+ "trades": 1,
170
+ "orderbook": 1
171
+ },
185
172
  "EGAX": {
186
173
  "balance": 1,
187
174
  "trades": 1,
@@ -245,12 +232,11 @@
245
232
  },
246
233
  "client_enabled": {
247
234
  "balance": {
248
- "ACL": true,
249
- "ARTIC": true,
250
235
  "AVALOX": true,
251
236
  "AXL": true,
252
237
  "BOMBO": true,
253
238
  "DMC": true,
239
+ "DOGK": true,
254
240
  "EGAX": true,
255
241
  "EPEP": true,
256
242
  "JASMY": true,
@@ -278,12 +264,11 @@
278
264
  "DMC": true
279
265
  },
280
266
  "trades": {
281
- "ACL": true,
282
- "ARTIC": true,
283
267
  "AVALOX": true,
284
268
  "AXL": true,
285
269
  "BOMBO": true,
286
270
  "DMC": true,
271
+ "DOGK": true,
287
272
  "EGAX": true,
288
273
  "EPEP": true,
289
274
  "IONX": true,
@@ -298,20 +283,19 @@
298
283
  "XPRESS": true
299
284
  },
300
285
  "orderbook": {
301
- "ARTIC": true,
302
286
  "AXL": true,
287
+ "DOGK": true,
303
288
  "IONX": true,
304
289
  "TIN": true,
305
290
  "XPRESS": true
306
291
  }
307
292
  },
308
293
  "client_levels": {
309
- "ACL": [10, 50, 100],
310
- "ARTIC": [10, 50, 100],
311
294
  "AVALOX": [10, 50, 100],
312
295
  "AXL": [10, 50, 100],
313
296
  "BOMBO": [10, 50, 100],
314
297
  "DMC": [10, 50, 100],
298
+ "DOGK": [10, 50, 100],
315
299
  "EGAX": [10, 50, 100],
316
300
  "EPEP": [10, 50, 100],
317
301
  "IONX": [10, 50, 100],
@@ -327,11 +311,10 @@
327
311
  "XPRESS": [10, 50, 100]
328
312
  },
329
313
  "client_benchmarks": {
330
- "ACL": ["BTC, ETH"],
331
- "ARTIC": ["BTC, ETH"],
332
314
  "AVALOX": ["BTC", "ETH"],
333
315
  "AXL": ["BTC", "ETH"],
334
316
  "DMC": ["BTC", "ETH"],
317
+ "DOGK": ["BTC", "ETH"],
335
318
  "EGAX": ["BTC", "ETH"],
336
319
  "EPEP": ["BTC", "ETH"],
337
320
  "IONX": ["BTC", "ETH"],
@@ -346,12 +329,11 @@
346
329
  "XPRESS": ["BTC", "ETH"]
347
330
  },
348
331
  "client_telegram_ids": {
349
- "ACL": "-4283734918",
350
- "ARTIC": "-4584132552",
351
332
  "AVALOX": "-1002106426914",
352
333
  "AXL": "-1002044946729",
353
334
  "BOMBO": "-4212190164",
354
335
  "DMC": "-1002101119642",
336
+ "DOGK": "-4591407076",
355
337
  "EGAX": "-4120575216",
356
338
  "EPEP": "-4541627484",
357
339
  "IONX": "-1002085059560",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file