@icgio/clients-config 1.0.124 → 1.0.125

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:ff972610c593cd978a6b4702635b21ab4482e555b16e5d4f1cf20b415daa8cf9
1
+ secretread.js:499ccd47c8046e485de0574a92021de80083780a85a21d1d3b856eae23506ffb
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -33,6 +33,9 @@
33
33
  "Gatev4": ["IONXUSDT"],
34
34
  "Mexc": ["IONXUSDT"]
35
35
  },
36
+ "JYAI": {
37
+ "Mexc": ["JYAIUSDT"]
38
+ },
36
39
  "LORDS": {
37
40
  "Mexc": ["LORDSUSDT"]
38
41
  },
@@ -78,6 +81,7 @@
78
81
  "ELON": [],
79
82
  "ETHF": [],
80
83
  "IONX": [],
84
+ "JYAI": [],
81
85
  "LORDS": [],
82
86
  "OPUL": [],
83
87
  "POLY": [],
@@ -113,6 +117,9 @@
113
117
  "IONX": {
114
118
  "IONXUSDT": ["Gatev4", "Mexc"]
115
119
  },
120
+ "JYAI": {
121
+ "JYAIUSDT": ["Mexc"]
122
+ },
116
123
  "LORDS": {
117
124
  "LORDSUSDT": ["Mexc"]
118
125
  },
@@ -185,6 +192,11 @@
185
192
  "trades": 1,
186
193
  "orderbook": 1
187
194
  },
195
+ "JYAI": {
196
+ "balance": 1,
197
+ "trades": 1,
198
+ "orderbook": 1
199
+ },
188
200
  "LORDS": {
189
201
  "balance": 1,
190
202
  "trades": 1,
@@ -240,6 +252,7 @@
240
252
  "DMC": true,
241
253
  "ELON": true,
242
254
  "ETHF": true,
255
+ "JYAI": true,
243
256
  "LORDS": true,
244
257
  "OPUL": true,
245
258
  "POLY": true,
@@ -273,6 +286,7 @@
273
286
  "ELON": true,
274
287
  "ETHF": true,
275
288
  "IONX": true,
289
+ "JYAI": true,
276
290
  "LORDS": true,
277
291
  "OPUL": true,
278
292
  "POLY": true,
@@ -298,6 +312,7 @@
298
312
  "ELON": [10, 50, 100],
299
313
  "ETHF": [10, 50, 100],
300
314
  "IONX": [10, 50, 100],
315
+ "JYAI": [10, 50, 100],
301
316
  "LORDS": [10, 50, 100],
302
317
  "OPUL": [10, 50, 100],
303
318
  "POLY": [10, 50, 100],
@@ -317,6 +332,7 @@
317
332
  "ELON": ["BTC", "ETH"],
318
333
  "ETHF": ["BTC", "ETH"],
319
334
  "IONX": ["BTC", "ETH"],
335
+ "JYAI": ["BTC", "ETH"],
320
336
  "LORDS": ["BTC", "ETH"],
321
337
  "OPUL": ["BTC", "ETH"],
322
338
  "POLY": ["BTC", "ETH"],
@@ -336,6 +352,7 @@
336
352
  "ELON": "-4699917088",
337
353
  "ETHF": "-4698418127",
338
354
  "IONX": "-1002085059560",
355
+ "JYAI": "-4787448589",
339
356
  "LORDS": "-4722551087",
340
357
  "OPUL": "-4581926908",
341
358
  "POLY": "-4665053318",
@@ -371,6 +388,7 @@
371
388
  "ELON": "icg",
372
389
  "ETHF": "icg",
373
390
  "IONX": "icg",
391
+ "JYAI": "icg",
374
392
  "LORDS": "icg",
375
393
  "OPUL": "icg",
376
394
  "POLY": "icg",
@@ -414,6 +432,10 @@
414
432
  "username": "ionx@icg.io",
415
433
  "password": "gW5vZbXQp3BseNH"
416
434
  },
435
+ "JYAI": {
436
+ "username": "jyai@icg.io",
437
+ "password": "XWAxbFN5I5hitiO"
438
+ },
417
439
  "LORDS": {
418
440
  "username": "lords@icg.io",
419
441
  "password": "oaU33YWrNYyYjch"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file