@icgio/clients-config 1.0.43 → 1.0.45

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:54a96a65672150f815cf706166afaab8d246b6dc916ca0e399b3b325ba336168
1
+ secretread.js:123764459d1f8bcc88e664237af878c3933d8c99b8629680d9876b263a821368
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -48,6 +48,9 @@
48
48
  "PACT": {
49
49
  "Btse": ["PACTUSDT"]
50
50
  },
51
+ "SBT": {
52
+ "Mexc": ["SBTUSDT"]
53
+ },
51
54
  "SHRAP": {
52
55
  "Lbank": ["SHRAPUSDT"]
53
56
  },
@@ -85,6 +88,7 @@
85
88
  "JASMY": [],
86
89
  "MTMS": [],
87
90
  "NODED": [],
91
+ "SBT": [],
88
92
  "SHRAP": [],
89
93
  "SWFTC": ["Jubi", "Lbank"],
90
94
  "TES": [],
@@ -132,6 +136,9 @@
132
136
  "PACT": {
133
137
  "PACTUSDT": ["Btse"]
134
138
  },
139
+ "SBT": {
140
+ "SBTUSDT": ["Mexc"]
141
+ },
135
142
  "SHRAP": {
136
143
  "SHRAPUSDT": ["Lbank"]
137
144
  },
@@ -215,6 +222,11 @@
215
222
  "trades": 1,
216
223
  "orderbook": 1
217
224
  },
225
+ "SBT": {
226
+ "balance": 1,
227
+ "trades": 1,
228
+ "orderbook": 1
229
+ },
218
230
  "SHRAP": {
219
231
  "balance": 1,
220
232
  "trades": 1,
@@ -259,6 +271,7 @@
259
271
  "JASMY": true,
260
272
  "MTMS": true,
261
273
  "NODED": true,
274
+ "SBT": true,
262
275
  "SHRAP": true,
263
276
  "SWFTC": true,
264
277
  "TES": true,
@@ -293,6 +306,7 @@
293
306
  "JASMY": true,
294
307
  "MTMS": true,
295
308
  "NODED": true,
309
+ "SBT": true,
296
310
  "SHRAP": true,
297
311
  "SWFTC": true,
298
312
  "TES": true,
@@ -320,6 +334,7 @@
320
334
  "MTMS": [2, 5, 10],
321
335
  "NODED": [2, 5, 10],
322
336
  "PACT": [2, 5, 10],
337
+ "SBT": [2, 5, 10],
323
338
  "SHRAP": [2, 5, 10],
324
339
  "SWFTC": [2, 5, 10],
325
340
  "TES": [2, 5, 10],
@@ -339,6 +354,7 @@
339
354
  "JASMY": ["BTC", "ETH"],
340
355
  "MTMS": ["BTC", "ETH"],
341
356
  "NODED": ["BTC", "ETH"],
357
+ "SBT": ["BTC", "ETH"],
342
358
  "SHRAP": ["BTC", "ETH"],
343
359
  "SWFTC": ["BTC", "ETH"],
344
360
  "TES": ["BTC", "ETH"],
@@ -359,6 +375,7 @@
359
375
  "JASMY": "-1002118117567",
360
376
  "MTMS": "-4286004428",
361
377
  "NODED": "-4147346529",
378
+ "SBT": "-4524273717",
362
379
  "SHRAP": "-1001996867582",
363
380
  "SWFTC": "-1002067948127",
364
381
  "TES": "-4232847552",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file