@icgio/clients-config 1.0.75 → 1.0.76

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:1f9efa9fa063db7fcb9f229c36171dd875b64a37188e7a4f9ce952d9d4dcb516
1
+ secretread.js:dbaab2819b2e2b8664e2b735ef53c6dbe9dbd2a566e3c56b77206b80048689db
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -38,8 +38,7 @@
38
38
  "OPUL": {
39
39
  "Gatev4": ["OPULUSDT"],
40
40
  "Huobi": ["OPULUSDT"],
41
- "Kucoin": ["OPULUSDT"],
42
- "Mexc": ["OPULUSDT"]
41
+ "Kucoin": ["OPULUSDT"]
43
42
  },
44
43
  "PACT": {
45
44
  "Btse": ["PACTUSDT"]
@@ -64,6 +63,9 @@
64
63
  "TLAND": {
65
64
  "Fastex": ["TLANDUSDT"]
66
65
  },
66
+ "TOROG": {
67
+ "Bitmart": ["TOROGUSDT"]
68
+ },
67
69
  "XPRESS": {
68
70
  "Gatev4": ["XPRESSUSDT"]
69
71
  }
@@ -84,6 +86,7 @@
84
86
  "SPONSTAR": [],
85
87
  "SWFTC": ["Jubi", "Lbank"],
86
88
  "TLAND": [],
89
+ "TOROG": [],
87
90
  "XPRESS": []
88
91
  },
89
92
  "client_pair_main_exchanges": {
@@ -115,7 +118,7 @@
115
118
  "MTMSUSDT": ["Mexc"]
116
119
  },
117
120
  "OPUL": {
118
- "OPULUSDT": ["Gatev4", "Huobi", "Kucoin", "Mexc"]
121
+ "OPULUSDT": ["Gatev4", "Huobi", "Kucoin"]
119
122
  },
120
123
  "PACT": {
121
124
  "PACTUSDT": ["Btse"]
@@ -138,6 +141,9 @@
138
141
  "TLAND": {
139
142
  "TLANDUSDT": ["Fastex"]
140
143
  },
144
+ "TOROG": {
145
+ "TOROGUSDT": ["Bitmart"]
146
+ },
141
147
  "XPRESS": {
142
148
  "XPRESSUSDT": ["Gatev4"]
143
149
  }
@@ -218,6 +224,11 @@
218
224
  "trades": 1,
219
225
  "orderbook": 1
220
226
  },
227
+ "TOROG": {
228
+ "balance": 1,
229
+ "trades": 1,
230
+ "orderbook": 1
231
+ },
221
232
  "XPRESS": {
222
233
  "balance": 1,
223
234
  "trades": 1,
@@ -240,6 +251,7 @@
240
251
  "SPONSTAR": true,
241
252
  "SWFTC": true,
242
253
  "TLAND": true,
254
+ "TOROG": true,
243
255
  "XPRESS": true
244
256
  },
245
257
  "balance_cur": {
@@ -272,6 +284,7 @@
272
284
  "SPONSTAR": true,
273
285
  "SWFTC": true,
274
286
  "TLAND": true,
287
+ "TOROG": true,
275
288
  "XPRESS": true
276
289
  },
277
290
  "orderbook": {
@@ -298,6 +311,7 @@
298
311
  "SPONSTAR": [10, 50, 100],
299
312
  "SWFTC": [10, 50, 100],
300
313
  "TLAND": [10, 50, 100],
314
+ "TOROG": [10, 50, 100],
301
315
  "XPRESS": [10, 50, 100]
302
316
  },
303
317
  "client_benchmarks": {
@@ -316,6 +330,7 @@
316
330
  "SPONSTAR": ["BTC", "ETH"],
317
331
  "SWFTC": ["BTC", "ETH"],
318
332
  "TLAND": ["BTC", "ETH"],
333
+ "TOROG": ["BTC", "ETH"],
319
334
  "XPRESS": ["BTC", "ETH"]
320
335
  },
321
336
  "client_telegram_ids": {
@@ -334,6 +349,7 @@
334
349
  "SPONSTAR": "-4727729020",
335
350
  "SWFTC": "-1002067948127",
336
351
  "TLAND": "-4594805572",
352
+ "TOROG": "-4646841347",
337
353
  "XPRESS": "-1002205487574"
338
354
  },
339
355
  "balance_premium": {
@@ -369,6 +385,7 @@
369
385
  "SPONSTAR": "icg",
370
386
  "SWFTC": "icg",
371
387
  "TLAND": "icg",
388
+ "TOROG": "icg",
372
389
  "XPRESS": "icg"
373
390
  }
374
391
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file