@icgio/clients-config 1.0.23 → 1.0.24

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:b1274b91d3c29192fb28c0fe7dd4ff1a9f604f61497ba65d49891b1f6aab05ca
1
+ secretread.js:f0a0886c5ed5cee1393183f9ae8ea2151f3483e906b6bba4fddbe62fe74b2a68
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -42,6 +42,9 @@
42
42
  "Lbank": ["MRPTUSDT"],
43
43
  "Mexc": ["MRPTUSDT"]
44
44
  },
45
+ "MTMS": {
46
+ "Mexc": ["MTMSUSDT"]
47
+ },
45
48
  "NODED": {
46
49
  "Mexc": ["NODEDUSDT"]
47
50
  },
@@ -86,6 +89,7 @@
86
89
  "IONX": [],
87
90
  "JASMY": [],
88
91
  "MRPT": [],
92
+ "MTMS": [],
89
93
  "NODED": [],
90
94
  "NORMUS": [],
91
95
  "PACT": [],
@@ -130,6 +134,9 @@
130
134
  "MRPT": {
131
135
  "MRPTUSDT": ["Mexc"]
132
136
  },
137
+ "MTMS": {
138
+ "MTMSUSDT": ["Mexc"]
139
+ },
133
140
  "NODED": {
134
141
  "NODEDUSDT": ["Mexc"]
135
142
  },
@@ -217,6 +224,11 @@
217
224
  "trades": 1,
218
225
  "orderbook": 1
219
226
  },
227
+ "MTMS": {
228
+ "balance": 1,
229
+ "trades": 1,
230
+ "orderbook": 1
231
+ },
220
232
  "NODED": {
221
233
  "balance": 1,
222
234
  "trades": 1,
@@ -275,6 +287,7 @@
275
287
  "GKB": true,
276
288
  "JASMY": true,
277
289
  "MRPT": true,
290
+ "MTMS": true,
278
291
  "NODED": true,
279
292
  "NORMUS": true,
280
293
  "PACT": true,
@@ -310,6 +323,7 @@
310
323
  "IONX": true,
311
324
  "JASMY": true,
312
325
  "MRPT": true,
326
+ "MTMS": true,
313
327
  "NODED": true,
314
328
  "NORMUS": true,
315
329
  "PACT": true,
@@ -338,6 +352,7 @@
338
352
  "IONX": [2, 5, 10],
339
353
  "JASMY": [2, 5, 10],
340
354
  "MRPT": [2, 5, 10],
355
+ "MTMS": [2, 5, 10],
341
356
  "NODED": [2, 5, 10],
342
357
  "NORMUS": [2, 5, 10],
343
358
  "PACT": [2, 5, 10],
@@ -360,6 +375,7 @@
360
375
  "IONX": ["BTC", "ETH"],
361
376
  "JASMY": ["BTC", "ETH"],
362
377
  "MRPT": ["BTC", "ETH"],
378
+ "MTMS": ["BTC", "ETH"],
363
379
  "NODED": ["BTC", "ETH"],
364
380
  "NORMUS": ["BTC", "ETH"],
365
381
  "PACT": ["BTC", "ETH"],
@@ -382,6 +398,7 @@
382
398
  "IONX": "-1002085059560",
383
399
  "JASMY": "-1002118117567",
384
400
  "MRPT": "-4117016124",
401
+ "MTMS": "-4286004428",
385
402
  "NODED": "-4147346529",
386
403
  "NORMUS": "-4231606107",
387
404
  "PACT": "-1002014177704",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file