@icgio/clients-config 1.0.30 → 1.0.32

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:707130e3b9a2b54ca61b07c09339cba1957b58c3310759664c7324c7748faed8
1
+ secretread.js:9d79b577331f6d2cdade864ef4fee8c5315cd02c84d44e63bee20ce4bf743969
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "client_exchange_pairs": {
3
+ "ACL": {
4
+ "Gatev4": ["ACLUSDT"]
5
+ },
3
6
  "AVALOX": {
4
7
  "Gatev4": ["AVALOXUSDT"],
5
8
  "Mexc": ["AVALOXUSDT"]
@@ -55,6 +58,9 @@
55
58
  "Huobi": ["SWFTCBTC", "SWFTCETH", "SWFTCUSDT"],
56
59
  "Okx": ["SWFTCUSDT"]
57
60
  },
61
+ "TES": {
62
+ "Gatev4": ["TESUSDT"]
63
+ },
58
64
  "TIN": {
59
65
  "Mexc": ["TINUSDT"]
60
66
  },
@@ -69,6 +75,7 @@
69
75
  }
70
76
  },
71
77
  "client_not_include_exchanges": {
78
+ "ACL": [],
72
79
  "AVALOX": [],
73
80
  "AXL": [],
74
81
  "CAVADA": [],
@@ -83,12 +90,16 @@
83
90
  "PACT": [],
84
91
  "SHRAP": [],
85
92
  "SWFTC": ["Jubi", "Lbank"],
93
+ "TES": [],
86
94
  "TIN": [],
87
95
  "TIPS": [],
88
96
  "XPRESS": [],
89
97
  "ZUSHI": []
90
98
  },
91
99
  "client_pair_main_exchanges": {
100
+ "ACL": {
101
+ "ACLUSDT": ["Gatev4"]
102
+ },
92
103
  "AVALOX": {
93
104
  "AVALOXUSDT": ["Mexc"]
94
105
  },
@@ -134,6 +145,9 @@
134
145
  "SWFTCUSDT": ["Gatev4", "Okx"],
135
146
  "SWFTCUSDC": ["Coinbase"]
136
147
  },
148
+ "TES": {
149
+ "TESUSDT": ["Gatev4"]
150
+ },
137
151
  "TIN": {
138
152
  "TINUSDT": ["Mexc"]
139
153
  },
@@ -148,6 +162,11 @@
148
162
  }
149
163
  },
150
164
  "clients_reporter_interval": {
165
+ "ACL": {
166
+ "balance": 1,
167
+ "trades": 1,
168
+ "orderbook": 1
169
+ },
151
170
  "AVALOX": {
152
171
  "balance": 1,
153
172
  "trades": 1,
@@ -218,6 +237,11 @@
218
237
  "trades": 1,
219
238
  "orderbook": 1
220
239
  },
240
+ "TES": {
241
+ "balance": 1,
242
+ "trades": 1,
243
+ "orderbook": 1
244
+ },
221
245
  "TIN": {
222
246
  "balance": 1,
223
247
  "trades": 1,
@@ -241,6 +265,7 @@
241
265
  },
242
266
  "client_enabled": {
243
267
  "balance": {
268
+ "ACL": true,
244
269
  "AVALOX": true,
245
270
  "AXL": true,
246
271
  "CAVADA": true,
@@ -254,6 +279,7 @@
254
279
  "PACT": true,
255
280
  "SHRAP": true,
256
281
  "SWFTC": true,
282
+ "TES": true,
257
283
  "TIPS": true,
258
284
  "XPRESS": true,
259
285
  "ZUSHI": true
@@ -274,6 +300,7 @@
274
300
  "DMC": true
275
301
  },
276
302
  "trades": {
303
+ "ACL": true,
277
304
  "AVALOX": true,
278
305
  "AXL": true,
279
306
  "CAVADA": true,
@@ -288,6 +315,7 @@
288
315
  "PACT": true,
289
316
  "SHRAP": true,
290
317
  "SWFTC": true,
318
+ "TES": true,
291
319
  "TIN": true,
292
320
  "TIPS": true,
293
321
  "XPRESS": true,
@@ -300,6 +328,7 @@
300
328
  }
301
329
  },
302
330
  "client_levels": {
331
+ "ACL": [2, 5, 10],
303
332
  "AVALOX": [2, 5, 10],
304
333
  "AXL": [2, 5, 10],
305
334
  "CAVADA": [2, 5, 10],
@@ -314,12 +343,14 @@
314
343
  "PACT": [2, 5, 10],
315
344
  "SHRAP": [2, 5, 10],
316
345
  "SWFTC": [2, 5, 10],
346
+ "TES": [2, 5, 10],
317
347
  "TIN": [2, 5, 10],
318
348
  "TIPS": [2, 5, 10],
319
349
  "XPRESS": [2, 5, 10],
320
350
  "ZUSHI": [2, 5, 10]
321
351
  },
322
352
  "client_benchmarks": {
353
+ "ACL": ["BTC, ETH"],
323
354
  "AVALOX": ["BTC", "ETH"],
324
355
  "AXL": ["BTC", "ETH"],
325
356
  "CAVADA": ["BTC", "ETH"],
@@ -334,12 +365,14 @@
334
365
  "PACT": ["BTC", "ETH"],
335
366
  "SHRAP": ["BTC", "ETH"],
336
367
  "SWFTC": ["BTC", "ETH"],
368
+ "TES": ["BTC", "ETH"],
337
369
  "TIN": ["BTC", "ETH"],
338
370
  "TIPS": ["BTC", "ETH"],
339
371
  "XPRESS": ["BTC", "ETH"],
340
372
  "ZUSHI": ["BTC", "ETH"]
341
373
  },
342
374
  "client_telegram_ids": {
375
+ "ACL": "-42983734918",
343
376
  "AVALOX": "-1002106426914",
344
377
  "AXL": "-1002044946729",
345
378
  "CAVADA": "-4272163031",
@@ -354,9 +387,10 @@
354
387
  "PACT": "-1002014177704",
355
388
  "SHRAP": "-1001996867582",
356
389
  "SWFTC": "-1002067948127",
390
+ "TES": "-4232847552",
357
391
  "TIN": "-1002085447080",
358
392
  "TIPS": "-4151715633",
359
- "XPRESS": "-4218720064",
393
+ "XPRESS": "-1002205487574",
360
394
  "ZUSHI": "-4279552239"
361
395
  },
362
396
  "balance_premium": {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file