@icgio/clients-config 1.0.19 → 1.0.20

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:6e90cbd4f8850a9e037b127ba5f8ebb4e8fad6571b0c842fb7573ae9906b5d8e
1
+ secretread.js:62a5bb8926d86a8c24a2afe535a87f6b9fac6223b235b23ddbf68dce0ce81e38
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -63,6 +63,9 @@
63
63
  },
64
64
  "TIPS": {
65
65
  "Bitmart": ["TIPSUSDT"]
66
+ },
67
+ "TROLLMP": {
68
+ "Mexc": ["TROLLMPUSDT"]
66
69
  }
67
70
  },
68
71
  "client_not_include_exchanges": {
@@ -82,7 +85,8 @@
82
85
  "SHRAP": [],
83
86
  "SWFTC": ["Jubi", "Lbank"],
84
87
  "TIN": [],
85
- "TIPS": []
88
+ "TIPS": [],
89
+ "TROLLMP": []
86
90
  },
87
91
  "client_pair_main_exchanges": {
88
92
  "AVALOX": {
@@ -138,6 +142,9 @@
138
142
  },
139
143
  "TIPS": {
140
144
  "TIPSUSDT": ["Bitmart"]
145
+ },
146
+ "TROLLMP": {
147
+ "TROLLMPUSDT": ["Mexc"]
141
148
  }
142
149
  },
143
150
  "clients_reporter_interval": {
@@ -225,6 +232,11 @@
225
232
  "balance": 1,
226
233
  "trades": 1,
227
234
  "orderbook": 1
235
+ },
236
+ "TROLLMP": {
237
+ "balance": 1,
238
+ "trades": 1,
239
+ "orderbook": 1
228
240
  }
229
241
  },
230
242
  "client_enabled": {
@@ -277,7 +289,8 @@
277
289
  "SHRAP": true,
278
290
  "SWFTC": true,
279
291
  "TIN": true,
280
- "TIPS": true
292
+ "TIPS": true,
293
+ "TROLLMP": true
281
294
  },
282
295
  "orderbook": {
283
296
  "AXL": true,
@@ -302,7 +315,8 @@
302
315
  "SHRAP": [2, 5, 10],
303
316
  "SWFTC": [2, 5, 10],
304
317
  "TIN": [2, 5, 10],
305
- "TIPS": [2, 5, 10]
318
+ "TIPS": [2, 5, 10],
319
+ "TROLLMP": [2, 5, 10]
306
320
  },
307
321
  "client_benchmarks": {
308
322
  "AVALOX": ["BTC", "ETH"],
@@ -321,7 +335,8 @@
321
335
  "SHRAP": ["BTC", "ETH"],
322
336
  "SWFTC": ["BTC", "ETH"],
323
337
  "TIN": ["BTC", "ETH"],
324
- "TIPS": ["BTC", "ETH"]
338
+ "TIPS": ["BTC", "ETH"],
339
+ "TROLLMP": ["BTC", "ETH"]
325
340
  },
326
341
  "client_telegram_ids": {
327
342
  "AVALOX": "-1002106426914",
@@ -340,7 +355,8 @@
340
355
  "SHRAP": "-1001996867582",
341
356
  "SWFTC": "-1002067948127",
342
357
  "TIN": "-1002085447080",
343
- "TIPS": "-4151715633"
358
+ "TIPS": "-4151715633",
359
+ "TROLLMP": "-4278849346"
344
360
  },
345
361
  "balance_premium": {
346
362
  "IONX": {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file