@icgio/clients-config 1.0.133 → 1.0.134

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:57d7295360faf476858df7a4c36bdae22c81b34e051f0bae3b15ca62d34ba799
1
+ secretread.js:452bdcc1bdaae00bbfb3d8e37f4c4de4caf8cf88c35046ac48cf41a97a7edc9f
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
@@ -136,6 +136,9 @@
136
136
  "KOAVAUSDT"
137
137
  ]
138
138
  },
139
+ "LORDS": {
140
+ "Mexc": ["LORDSUSDT"]
141
+ },
139
142
  "MDU": {
140
143
  "Lbank": ["MDUUSDT"]
141
144
  },
@@ -381,6 +384,7 @@
381
384
  "HMTT": [],
382
385
  "JASMY": [],
383
386
  "KOAVA": [],
387
+ "LORDS": [],
384
388
  "MDU": [],
385
389
  "MEGODS": [],
386
390
  "MEMEMINT": [],
@@ -515,6 +519,9 @@
515
519
  "Mexc"
516
520
  ]
517
521
  },
522
+ "LORDS": {
523
+ "LORDSUSDT": ["Mexc"]
524
+ },
518
525
  "MDU": {
519
526
  "MDUUSDT": ["Lbank"]
520
527
  },
@@ -802,6 +809,11 @@
802
809
  "trades": 1,
803
810
  "orderbook": 1
804
811
  },
812
+ "LORDS": {
813
+ "balance": 1,
814
+ "trades": 1,
815
+ "orderbook": 1
816
+ },
805
817
  "MDU": {
806
818
  "balance": 1,
807
819
  "trades": 1,
@@ -974,6 +986,7 @@
974
986
  "GKB": true,
975
987
  "HMTT": true,
976
988
  "JASMY": true,
989
+ "LORDS": true,
977
990
  "MEMEMINT": true,
978
991
  "MDU": true,
979
992
  "MGROK": true,
@@ -1032,6 +1045,7 @@
1032
1045
  "GKB": true,
1033
1046
  "HMTT": true,
1034
1047
  "JASMY": true,
1048
+ "LORDS": true,
1035
1049
  "MDU": true,
1036
1050
  "MEGODS": true,
1037
1051
  "MEMEMINT": true,
@@ -1150,6 +1164,7 @@
1150
1164
  5,
1151
1165
  10
1152
1166
  ],
1167
+ "LORDS": [10, 50, 100],
1153
1168
  "MDU": [10, 50, 100],
1154
1169
  "MEGODS": [
1155
1170
  2,
@@ -1347,6 +1362,7 @@
1347
1362
  "BTC",
1348
1363
  "ETH"
1349
1364
  ],
1365
+ "LORDS": ["BTC", "ETH"],
1350
1366
  "MDU": ["BTC", "ETH"],
1351
1367
  "MEGODS": [
1352
1368
  "BTC",
@@ -1479,6 +1495,7 @@
1479
1495
  "HMTT": "-1002035174196",
1480
1496
  "JASMY": "-1002118117567",
1481
1497
  "KOAVA": "-1002045767005",
1498
+ "LORDS": "-4722551087",
1482
1499
  "MDU": "-4775359159",
1483
1500
  "MEGODS": "-1002012186332",
1484
1501
  "MEMEMINT": "-1002066405497",
@@ -1536,6 +1553,7 @@
1536
1553
  "ELON": "icg",
1537
1554
  "EPEP": "icg",
1538
1555
  "JASMY": "icg",
1556
+ "LORDS": "icg",
1539
1557
  "MDU": "icg",
1540
1558
  "MTMS": "icg",
1541
1559
  "PACT": "icg",
@@ -1571,6 +1589,10 @@
1571
1589
  "username": "jasmy@icg.io",
1572
1590
  "password": "2p5saQCm8n43y14"
1573
1591
  },
1592
+ "LORDS": {
1593
+ "username": "lords@icg.io",
1594
+ "password": "oaU33YWrNYyYjch"
1595
+ },
1574
1596
  "MTMS": {
1575
1597
  "username": "mtms@icg.io",
1576
1598
  "password": "oFBzE6nG2mEkBqi"
package/config.json CHANGED
@@ -29,9 +29,6 @@
29
29
  "Lbank": ["JYAIUSDT"],
30
30
  "Mexc": ["JYAIUSDT"]
31
31
  },
32
- "LORDS": {
33
- "Mexc": ["LORDSUSDT"]
34
- },
35
32
  "LUCIC": {
36
33
  "Xt": ["LUCICUSDT"]
37
34
  },
@@ -76,7 +73,6 @@
76
73
  "ETHF": [],
77
74
  "IONX": [],
78
75
  "JYAI": [],
79
- "LORDS": [],
80
76
  "LUCIC": [],
81
77
  "OPUL": [],
82
78
  "SARA": [],
@@ -109,9 +105,6 @@
109
105
  "JYAI": {
110
106
  "JYAIUSDT": ["Lbank", "Mexc"]
111
107
  },
112
- "LORDS": {
113
- "LORDSUSDT": ["Mexc"]
114
- },
115
108
  "LUCIC": {
116
109
  "LUCICUSDT": ["Xt"]
117
110
  },
@@ -178,11 +171,6 @@
178
171
  "trades": 1,
179
172
  "orderbook": 1
180
173
  },
181
- "LORDS": {
182
- "balance": 1,
183
- "trades": 1,
184
- "orderbook": 1
185
- },
186
174
  "LUCIC": {
187
175
  "balance": 1,
188
176
  "trades": 1,
@@ -237,7 +225,6 @@
237
225
  "DMC": true,
238
226
  "ETHF": true,
239
227
  "JYAI": true,
240
- "LORDS": true,
241
228
  "LUCIC": true,
242
229
  "OPUL": true,
243
230
  "SARA": true,
@@ -268,7 +255,6 @@
268
255
  "ETHF": true,
269
256
  "IONX": true,
270
257
  "JYAI": true,
271
- "LORDS": true,
272
258
  "LUCIC": true,
273
259
  "OPUL": true,
274
260
  "SARA": true,
@@ -292,7 +278,6 @@
292
278
  "ETHF": [10, 50, 100],
293
279
  "IONX": [10, 50, 100],
294
280
  "JYAI": [10, 50, 100],
295
- "LORDS": [10, 50, 100],
296
281
  "LUCIC": [10, 50, 100],
297
282
  "OPUL": [10, 50, 100],
298
283
  "SARA": [10, 50, 100],
@@ -311,7 +296,6 @@
311
296
  "ETHF": ["BTC", "ETH"],
312
297
  "IONX": ["BTC", "ETH"],
313
298
  "JYAI": ["BTC", "ETH"],
314
- "LORDS": ["BTC", "ETH"],
315
299
  "LUCIC": ["BTC", "ETH"],
316
300
  "OPUL": ["BTC", "ETH"],
317
301
  "SARA": ["BTC", "ETH"],
@@ -330,7 +314,6 @@
330
314
  "ETHF": "-4698418127",
331
315
  "IONX": "-1002085059560",
332
316
  "JYAI": "-4787448589",
333
- "LORDS": "-4722551087",
334
317
  "LUCIC": "-4701729001",
335
318
  "OPUL": "-4581926908",
336
319
  "SARA": "-4660700305",
@@ -365,7 +348,6 @@
365
348
  "ETHF": "icg",
366
349
  "IONX": "icg",
367
350
  "JYAI": "icg",
368
- "LORDS": "icg",
369
351
  "LUCIC": "icg",
370
352
  "OPUL": "icg",
371
353
  "SARA": "icg",
@@ -405,10 +387,6 @@
405
387
  "username": "jyai@icg.io",
406
388
  "password": "XWAxbFN5I5hitiO"
407
389
  },
408
- "LORDS": {
409
- "username": "lords@icg.io",
410
- "password": "oaU33YWrNYyYjch"
411
- },
412
390
  "LUCIC": {
413
391
  "username": "lucic@icg.io",
414
392
  "password": "v06b3nRPbRCPSPt"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file