@icgio/clients-config 1.0.64 → 1.0.65

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:d015b7de9b41b19c1b569c74a3e9b097e4c19599c7dd2eab60c9edded9a8fb65
1
+ secretread.js:e08283707c818f8e6a3b874e5d93254f16b0ef38ebb02db422bb1849d4850d60
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -32,6 +32,9 @@
32
32
  "JASMY": {
33
33
  "Bitmart": ["JASMYUSDT"]
34
34
  },
35
+ "MDU": {
36
+ "Lbank": ["MDUUSDT"]
37
+ },
35
38
  "MTMS": {
36
39
  "Mexc": ["MTMSUSDT"]
37
40
  },
@@ -76,6 +79,7 @@
76
79
  "EPEP": [],
77
80
  "IONX": [],
78
81
  "JASMY": [],
82
+ "MDU": [],
79
83
  "MTMS": [],
80
84
  "OPUL": [],
81
85
  "ROBIE": [],
@@ -110,6 +114,9 @@
110
114
  "JASMY": {
111
115
  "JASMYUSDT": ["Bitmart"]
112
116
  },
117
+ "MDU": {
118
+ "MDUUSDT": ["Lbank"]
119
+ },
113
120
  "MTMS": {
114
121
  "MTMSUSDT": ["Mexc"]
115
122
  },
@@ -182,6 +189,11 @@
182
189
  "trades": 1,
183
190
  "orderbook": 1
184
191
  },
192
+ "MDU": {
193
+ "balance": 1,
194
+ "trades": 1,
195
+ "orderbook": 1
196
+ },
185
197
  "MTMS": {
186
198
  "balance": 1,
187
199
  "trades": 1,
@@ -232,6 +244,7 @@
232
244
  "EGAX": true,
233
245
  "EPEP": true,
234
246
  "JASMY": true,
247
+ "MDU": true,
235
248
  "MTMS": true,
236
249
  "OPUL": true,
237
250
  "ROBIE": true,
@@ -264,6 +277,7 @@
264
277
  "EPEP": true,
265
278
  "IONX": true,
266
279
  "JASMY": true,
280
+ "MDU": true,
267
281
  "MTMS": true,
268
282
  "OPUL": true,
269
283
  "ROBIE": true,
@@ -289,6 +303,7 @@
289
303
  "EPEP": [10, 50, 100],
290
304
  "IONX": [10, 50, 100],
291
305
  "JASMY": [10, 50, 100],
306
+ "MDU": [10, 50, 100],
292
307
  "MTMS": [10, 50, 100],
293
308
  "OPUL": [10, 50, 100],
294
309
  "PACT": [10, 50, 100],
@@ -308,6 +323,7 @@
308
323
  "EPEP": ["BTC", "ETH"],
309
324
  "IONX": ["BTC", "ETH"],
310
325
  "JASMY": ["BTC", "ETH"],
326
+ "MDU": ["BTC", "ETH"],
311
327
  "MTMS": ["BTC", "ETH"],
312
328
  "OPUL": ["BTC", "ETH"],
313
329
  "ROBIE": ["BTC", "ETH"],
@@ -326,6 +342,7 @@
326
342
  "EPEP": "-4541627484",
327
343
  "IONX": "-1002085059560",
328
344
  "JASMY": "-1002118117567",
345
+ "MDU": "-4775359159",
329
346
  "MTMS": "-4286004428",
330
347
  "OPUL": "-4581926908",
331
348
  "ROBIE": "-1002255146718",
@@ -359,6 +376,7 @@
359
376
  "EPEP": "icg",
360
377
  "IONX": "icg",
361
378
  "JASMY": "icg",
379
+ "MDU": "icg",
362
380
  "MTMS": "icg",
363
381
  "OPUL": "icg",
364
382
  "PACT": "icg",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file