@icgio/clients-config 1.0.76 → 1.0.79

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:dbaab2819b2e2b8664e2b735ef53c6dbe9dbd2a566e3c56b77206b80048689db
1
+ secretread.js:3f75bf3b2cdcdd7324bcaabcd45b4303e0acd244538075d572c6c50e8c3edb02
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
@@ -1295,5 +1295,6 @@
1295
1295
  "client_telegram_sender": {
1296
1296
  "EPEP": "icg",
1297
1297
  "TAZZ": "icg"
1298
- }
1298
+ },
1299
+ "client_dashboard_credentials": {}
1299
1300
  }
package/config.js CHANGED
@@ -101,4 +101,7 @@ const client_additional_telegram_ids = config_data.client_additional_telegram_id
101
101
  module.exports.client_additional_telegram_ids = client_additional_telegram_ids
102
102
 
103
103
  const client_telegram_sender = config_data.client_telegram_sender
104
- module.exports.client_telegram_sender = client_telegram_sender
104
+ module.exports.client_telegram_sender = client_telegram_sender
105
+
106
+ const client_dashboard_credentials = config_data.client_dashboard_credentials
107
+ module.exports.client_dashboard_credentials = client_dashboard_credentials
package/config.json CHANGED
@@ -66,6 +66,10 @@
66
66
  "TOROG": {
67
67
  "Bitmart": ["TOROGUSDT"]
68
68
  },
69
+ "TRRUE": {
70
+ "Ascendex": ["TRRUEUSDT"],
71
+ "Bitmart": ["TRRUEUSDT"]
72
+ },
69
73
  "XPRESS": {
70
74
  "Gatev4": ["XPRESSUSDT"]
71
75
  }
@@ -87,6 +91,7 @@
87
91
  "SWFTC": ["Jubi", "Lbank"],
88
92
  "TLAND": [],
89
93
  "TOROG": [],
94
+ "TRRUE": [],
90
95
  "XPRESS": []
91
96
  },
92
97
  "client_pair_main_exchanges": {
@@ -144,6 +149,9 @@
144
149
  "TOROG": {
145
150
  "TOROGUSDT": ["Bitmart"]
146
151
  },
152
+ "TRRUE": {
153
+ "TRRUEUSDT": ["Ascendex", "Bitmart"]
154
+ },
147
155
  "XPRESS": {
148
156
  "XPRESSUSDT": ["Gatev4"]
149
157
  }
@@ -229,6 +237,11 @@
229
237
  "trades": 1,
230
238
  "orderbook": 1
231
239
  },
240
+ "TRRUE": {
241
+ "balance": 1,
242
+ "trades": 1,
243
+ "orderbook": 1
244
+ },
232
245
  "XPRESS": {
233
246
  "balance": 1,
234
247
  "trades": 1,
@@ -252,6 +265,7 @@
252
265
  "SWFTC": true,
253
266
  "TLAND": true,
254
267
  "TOROG": true,
268
+ "TRRUE": true,
255
269
  "XPRESS": true
256
270
  },
257
271
  "balance_cur": {
@@ -285,6 +299,7 @@
285
299
  "SWFTC": true,
286
300
  "TLAND": true,
287
301
  "TOROG": true,
302
+ "TRRUE": true,
288
303
  "XPRESS": true
289
304
  },
290
305
  "orderbook": {
@@ -312,6 +327,7 @@
312
327
  "SWFTC": [10, 50, 100],
313
328
  "TLAND": [10, 50, 100],
314
329
  "TOROG": [10, 50, 100],
330
+ "TRRUE": [10, 50, 100],
315
331
  "XPRESS": [10, 50, 100]
316
332
  },
317
333
  "client_benchmarks": {
@@ -331,6 +347,7 @@
331
347
  "SWFTC": ["BTC", "ETH"],
332
348
  "TLAND": ["BTC", "ETH"],
333
349
  "TOROG": ["BTC", "ETH"],
350
+ "TRRUE": ["BTC", "ETH"],
334
351
  "XPRESS": ["BTC", "ETH"]
335
352
  },
336
353
  "client_telegram_ids": {
@@ -349,7 +366,8 @@
349
366
  "SPONSTAR": "-4727729020",
350
367
  "SWFTC": "-1002067948127",
351
368
  "TLAND": "-4594805572",
352
- "TOROG": "-4646841347",
369
+ "TOROG": "-4646060343",
370
+ "TRRUE": "-4646841347",
353
371
  "XPRESS": "-1002205487574"
354
372
  },
355
373
  "balance_premium": {
@@ -386,6 +404,33 @@
386
404
  "SWFTC": "icg",
387
405
  "TLAND": "icg",
388
406
  "TOROG": "icg",
407
+ "TRRUE": "icg",
389
408
  "XPRESS": "icg"
409
+ },
410
+ "client_dashboard_credentials": {
411
+ "AVALOX": {
412
+ "username": "avalox@icg.io",
413
+ "password": "omXfKUcHl2whb4W"
414
+ },
415
+ "AXL": {
416
+ "username": "axl@icg.io",
417
+ "password": "lUzpE7Ku0elfayb"
418
+ },
419
+ "DMC": {
420
+ "username": "dmc@icg.io",
421
+ "password": "MhjEfO3g0y2h5Ki"
422
+ },
423
+ "DOGK": {
424
+ "username": "dogk@icg.io",
425
+ "password": "mGCqfAEBPJMQRfK"
426
+ },
427
+ "EGAX": {
428
+ "username": "egax@icg.io",
429
+ "password": "M0EMjj3PMjbLZTk"
430
+ },
431
+ "TRRUE": {
432
+ "username": "trrue@icg.io",
433
+ "password": "Zn1u7lI4n0iLoWm"
434
+ }
390
435
  }
391
436
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.76",
3
+ "version": "1.0.79",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file