@icgio/clients-config 1.0.50 → 1.0.51

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:934fb6a62aa6a3e4e961ddf2c8680d4fdf81bf0b6dc196e62a68f972af3a3456
1
+ secretread.js:6df32140041e3c93b965a84fe480b314a55631b9cff9be9b21e2a96684d59292
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -3,6 +3,10 @@
3
3
  "ACL": {
4
4
  "Gatev4": ["ACLUSDT"]
5
5
  },
6
+ "ARTIC": {
7
+ "Lbank": ["ARTICUSDT"],
8
+ "Mexc": ["ARTICUSDT"]
9
+ },
6
10
  "AVALOX": {
7
11
  "Gatev4": ["AVALOXUSDT"],
8
12
  "Mexc": ["AVALOXUSDT"]
@@ -67,6 +71,7 @@
67
71
  },
68
72
  "client_not_include_exchanges": {
69
73
  "ACL": [],
74
+ "ARTIC": [],
70
75
  "AVALOX": [],
71
76
  "AXL": [],
72
77
  "BOMBO": [],
@@ -88,6 +93,9 @@
88
93
  "ACL": {
89
94
  "ACLUSDT": ["Gatev4"]
90
95
  },
96
+ "ARTIC": {
97
+ "ARTICUSDT": ["Lbank", "Mexc"]
98
+ },
91
99
  "AVALOX": {
92
100
  "AVALOXUSDT": ["Mexc"]
93
101
  },
@@ -149,6 +157,11 @@
149
157
  "trades": 1,
150
158
  "orderbook": 1
151
159
  },
160
+ "ARTIC": {
161
+ "balance": 1,
162
+ "trades": 1,
163
+ "orderbook": 1
164
+ },
152
165
  "AVALOX": {
153
166
  "balance": 1,
154
167
  "trades": 1,
@@ -233,6 +246,7 @@
233
246
  "client_enabled": {
234
247
  "balance": {
235
248
  "ACL": true,
249
+ "ARTIC": true,
236
250
  "AVALOX": true,
237
251
  "AXL": true,
238
252
  "BOMBO": true,
@@ -265,6 +279,7 @@
265
279
  },
266
280
  "trades": {
267
281
  "ACL": true,
282
+ "ARTIC": true,
268
283
  "AVALOX": true,
269
284
  "AXL": true,
270
285
  "BOMBO": true,
@@ -283,6 +298,7 @@
283
298
  "XPRESS": true
284
299
  },
285
300
  "orderbook": {
301
+ "ARTIC": true,
286
302
  "AXL": true,
287
303
  "IONX": true,
288
304
  "TIN": true,
@@ -291,6 +307,7 @@
291
307
  },
292
308
  "client_levels": {
293
309
  "ACL": [10, 50, 100],
310
+ "ARTIC": [10, 50, 100],
294
311
  "AVALOX": [10, 50, 100],
295
312
  "AXL": [10, 50, 100],
296
313
  "BOMBO": [10, 50, 100],
@@ -311,6 +328,7 @@
311
328
  },
312
329
  "client_benchmarks": {
313
330
  "ACL": ["BTC, ETH"],
331
+ "ARTIC": ["BTC, ETH"],
314
332
  "AVALOX": ["BTC", "ETH"],
315
333
  "AXL": ["BTC", "ETH"],
316
334
  "DMC": ["BTC", "ETH"],
@@ -329,6 +347,7 @@
329
347
  },
330
348
  "client_telegram_ids": {
331
349
  "ACL": "-4283734918",
350
+ "ARTIC": "-4584132552",
332
351
  "AVALOX": "-1002106426914",
333
352
  "AXL": "-1002044946729",
334
353
  "BOMBO": "-4212190164",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file