@icgio/clients-config 1.0.127 → 1.0.128

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:e99cc9f754468c122bfd18a73470c0e969fa105d77c0d22d9847de1518555469
1
+ secretread.js:5f657454a16346aa3ed125b03077f34c90ac60de8bf2cc506fa319b6b38c436f
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -34,6 +34,9 @@
34
34
  "LORDS": {
35
35
  "Mexc": ["LORDSUSDT"]
36
36
  },
37
+ "LUCIC": {
38
+ "Xt": ["LUCICUSDT"]
39
+ },
37
40
  "OPUL": {
38
41
  "Gatev4": ["OPULUSDT"],
39
42
  "Htx": ["OPULUSDT"],
@@ -74,6 +77,7 @@
74
77
  "IONX": [],
75
78
  "JYAI": [],
76
79
  "LORDS": [],
80
+ "LUCIC": [],
77
81
  "OPUL": [],
78
82
  "SARA": [],
79
83
  "SHRAP": [],
@@ -110,6 +114,9 @@
110
114
  "LORDS": {
111
115
  "LORDSUSDT": ["Mexc"]
112
116
  },
117
+ "LUCIC": {
118
+ "LUCICUSDT": ["Xt"]
119
+ },
113
120
  "OPUL": {
114
121
  "OPULUSDT": ["Gatev4", "Kucoin"]
115
122
  },
@@ -181,6 +188,11 @@
181
188
  "trades": 1,
182
189
  "orderbook": 1
183
190
  },
191
+ "LUCIC": {
192
+ "balance": 1,
193
+ "trades": 1,
194
+ "orderbook": 1
195
+ },
184
196
  "OPUL": {
185
197
  "balance": 1,
186
198
  "trades": 1,
@@ -227,6 +239,7 @@
227
239
  "ETHF": true,
228
240
  "JYAI": true,
229
241
  "LORDS": true,
242
+ "LUCIC": true,
230
243
  "OPUL": true,
231
244
  "SARA": true,
232
245
  "SHRAP": true,
@@ -259,6 +272,7 @@
259
272
  "IONX": true,
260
273
  "JYAI": true,
261
274
  "LORDS": true,
275
+ "LUCIC": true,
262
276
  "OPUL": true,
263
277
  "SARA": true,
264
278
  "SHRAP": true,
@@ -283,6 +297,7 @@
283
297
  "IONX": [10, 50, 100],
284
298
  "JYAI": [10, 50, 100],
285
299
  "LORDS": [10, 50, 100],
300
+ "LUCIC": [10, 50, 100],
286
301
  "OPUL": [10, 50, 100],
287
302
  "SARA": [10, 50, 100],
288
303
  "SHRAP": [10, 50, 100],
@@ -301,6 +316,7 @@
301
316
  "IONX": ["BTC", "ETH"],
302
317
  "JYAI": ["BTC", "ETH"],
303
318
  "LORDS": ["BTC", "ETH"],
319
+ "LUCIC": ["BTC", "ETH"],
304
320
  "OPUL": ["BTC", "ETH"],
305
321
  "SARA": ["BTC", "ETH"],
306
322
  "SHRAP": ["BTC", "ETH"],
@@ -319,6 +335,7 @@
319
335
  "IONX": "-1002085059560",
320
336
  "JYAI": "-4787448589",
321
337
  "LORDS": "-4722551087",
338
+ "LUCIC": "-4701729001",
322
339
  "OPUL": "-4581926908",
323
340
  "SARA": "-4660700305",
324
341
  "SHRAP": "-1001996867582",
@@ -353,6 +370,7 @@
353
370
  "IONX": "icg",
354
371
  "JYAI": "icg",
355
372
  "LORDS": "icg",
373
+ "LUCIC": "icg",
356
374
  "OPUL": "icg",
357
375
  "SARA": "icg",
358
376
  "SHRAP": "icg",
@@ -398,6 +416,10 @@
398
416
  "username": "lords@icg.io",
399
417
  "password": "oaU33YWrNYyYjch"
400
418
  },
419
+ "LUCIC": {
420
+ "username": "lucic@icg.io",
421
+ "password": "v06b3nRPbRCPSPt"
422
+ },
401
423
  "OPUL": {
402
424
  "username": "opul@icg.io",
403
425
  "password": "GPrGIgSjR75bqqF"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file