@icgio/clients-config 1.0.21 → 1.0.23

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:456e3344f492f5523824d70acfe511ec07b48059cdb3b72a738f3c7b31e2979c
1
+ secretread.js:b1274b91d3c29192fb28c0fe7dd4ff1a9f604f61497ba65d49891b1f6aab05ca
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -45,6 +45,9 @@
45
45
  "NODED": {
46
46
  "Mexc": ["NODEDUSDT"]
47
47
  },
48
+ "NORMUS": {
49
+ "Biconomy": ["NORMUSUSDT"]
50
+ },
48
51
  "PACT": {
49
52
  "Btse": ["PACTUSDT"]
50
53
  },
@@ -84,6 +87,7 @@
84
87
  "JASMY": [],
85
88
  "MRPT": [],
86
89
  "NODED": [],
90
+ "NORMUS": [],
87
91
  "PACT": [],
88
92
  "SHRAP": [],
89
93
  "SWFTC": ["Jubi", "Lbank"],
@@ -129,6 +133,9 @@
129
133
  "NODED": {
130
134
  "NODEDUSDT": ["Mexc"]
131
135
  },
136
+ "NORMUS": {
137
+ "NORMUSUSDT": ["Biconomy"]
138
+ },
132
139
  "PACT": {
133
140
  "PACTUSDT": ["Btse"]
134
141
  },
@@ -215,6 +222,11 @@
215
222
  "trades": 1,
216
223
  "orderbook": 1
217
224
  },
225
+ "NORMUS": {
226
+ "balance": 1,
227
+ "trades": 1,
228
+ "orderbook": 1
229
+ },
218
230
  "PACT": {
219
231
  "balance": 1,
220
232
  "trades": 1,
@@ -264,6 +276,7 @@
264
276
  "JASMY": true,
265
277
  "MRPT": true,
266
278
  "NODED": true,
279
+ "NORMUS": true,
267
280
  "PACT": true,
268
281
  "SHRAP": true,
269
282
  "SWFTC": true,
@@ -298,6 +311,7 @@
298
311
  "JASMY": true,
299
312
  "MRPT": true,
300
313
  "NODED": true,
314
+ "NORMUS": true,
301
315
  "PACT": true,
302
316
  "SHRAP": true,
303
317
  "SWFTC": true,
@@ -325,6 +339,7 @@
325
339
  "JASMY": [2, 5, 10],
326
340
  "MRPT": [2, 5, 10],
327
341
  "NODED": [2, 5, 10],
342
+ "NORMUS": [2, 5, 10],
328
343
  "PACT": [2, 5, 10],
329
344
  "SHRAP": [2, 5, 10],
330
345
  "SWFTC": [2, 5, 10],
@@ -346,6 +361,7 @@
346
361
  "JASMY": ["BTC", "ETH"],
347
362
  "MRPT": ["BTC", "ETH"],
348
363
  "NODED": ["BTC", "ETH"],
364
+ "NORMUS": ["BTC", "ETH"],
349
365
  "PACT": ["BTC", "ETH"],
350
366
  "SHRAP": ["BTC", "ETH"],
351
367
  "SWFTC": ["BTC", "ETH"],
@@ -367,6 +383,7 @@
367
383
  "JASMY": "-1002118117567",
368
384
  "MRPT": "-4117016124",
369
385
  "NODED": "-4147346529",
386
+ "NORMUS": "-4231606107",
370
387
  "PACT": "-1002014177704",
371
388
  "SHRAP": "-1001996867582",
372
389
  "SWFTC": "-1002067948127",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file