@icgio/clients-config 1.0.202 → 1.0.203

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:682d5b97a65ad9309051df44e8eed6a7d4a40e6ca28c013705c7a8f8b544d4e5
1
+ secretread.js:ebbf725c019b6e3b1f77c78c7bc09475b290f5b6683ca0de2d71a1bdda955511
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -49,7 +49,8 @@
49
49
  },
50
50
  "OPUL": {
51
51
  "Gate": ["OPULUSDT"],
52
- "Kucoin": ["OPULUSDT"]
52
+ "Kucoin": ["OPULUSDT"],
53
+ "Weex": ["OPULUSDT"]
53
54
  },
54
55
  "SARA": {
55
56
  "Bitmart": ["SARAUSDT"]
@@ -74,6 +75,9 @@
74
75
  },
75
76
  "TKT": {
76
77
  "Mexc": ["TKTUSDT"]
78
+ },
79
+ "XPUNK": {
80
+ "Mexc": ["XPUNKUSDT"]
77
81
  }
78
82
  },
79
83
  "client_not_include_exchanges": {
@@ -97,7 +101,8 @@
97
101
  "SWFTC": ["Lbank"],
98
102
  "TACC": [],
99
103
  "TITAN": [],
100
- "TKT": []
104
+ "TKT": [],
105
+ "XPUNK": []
101
106
  },
102
107
  "client_pair_main_exchanges": {
103
108
  "AAI": {
@@ -142,7 +147,7 @@
142
147
  "MIXUSDT": ["Bybit"]
143
148
  },
144
149
  "OPUL": {
145
- "OPULUSDT": ["Gate", "Kucoin"]
150
+ "OPULUSDT": ["Gate", "Kucoin", "Weex"]
146
151
  },
147
152
  "SARA": {
148
153
  "SARAUSDT": ["Bitmart"]
@@ -165,6 +170,9 @@
165
170
  },
166
171
  "TKT": {
167
172
  "TKTUSDT": ["Mexc"]
173
+ },
174
+ "XPUNK": {
175
+ "XPUNKUSDT": ["Mexc"]
168
176
  }
169
177
  },
170
178
  "clients_reporter_interval": {
@@ -272,6 +280,11 @@
272
280
  "balance": 1,
273
281
  "trades": 1,
274
282
  "orderbook": 1
283
+ },
284
+ "XPUNK": {
285
+ "balance": 1,
286
+ "trades": 1,
287
+ "orderbook": 1
275
288
  }
276
289
  },
277
290
  "client_enabled": {
@@ -295,7 +308,8 @@
295
308
  "SWFTC": true,
296
309
  "TACC": true,
297
310
  "TITAN": true,
298
- "TKT": true
311
+ "TKT": true,
312
+ "XPUNK": true
299
313
  },
300
314
  "balance_cur": {
301
315
  "IONX": true
@@ -325,7 +339,8 @@
325
339
  "SWFTC": true,
326
340
  "TACC": true,
327
341
  "TITAN": true,
328
- "TKT": true
342
+ "TKT": true,
343
+ "XPUNK": true
329
344
  },
330
345
  "orderbook": {
331
346
  "MAK": true,
@@ -353,7 +368,8 @@
353
368
  "SWFTC": [1, 2, 5, 10, 20, 50, 100],
354
369
  "TACC": [1, 2, 5, 10, 20, 50, 100],
355
370
  "TITAN": [1, 2, 5, 10, 20, 50, 100],
356
- "TKT": [1, 2, 5, 10, 20, 50, 100]
371
+ "TKT": [1, 2, 5, 10, 20, 50, 100],
372
+ "XPUNK": [1, 2, 5, 10, 20, 50, 100]
357
373
  },
358
374
  "client_price_index_curs": {
359
375
  "AAI": ["BTC", "ETH"],
@@ -376,7 +392,8 @@
376
392
  "SWFTC": ["BTC", "ETH"],
377
393
  "TACC": ["BTC", "ETH"],
378
394
  "TITAN": ["BTC", "ETH"],
379
- "TKT": ["BTC", "ETH"]
395
+ "TKT": ["BTC", "ETH"],
396
+ "XPUNK": ["BTC", "ETH"]
380
397
  },
381
398
  "client_telegram_ids": {
382
399
  "AAI": "-4873414367",
@@ -399,7 +416,8 @@
399
416
  "SWFTC": "-1002067948127",
400
417
  "TACC": "-4874959768",
401
418
  "TITAN": "-4710863832",
402
- "TKT": "-4946654975"
419
+ "TKT": "-4946654975",
420
+ "XPUNK": "-4866909186"
403
421
  },
404
422
  "balance_premium": {
405
423
  "BVT": {
@@ -441,7 +459,8 @@
441
459
  "SWFTC": "icg",
442
460
  "TACC": "icg",
443
461
  "TITAN": "icg",
444
- "TKT": "icg"
462
+ "TKT": "icg",
463
+ "XPUNK": "icg"
445
464
  },
446
465
  "client_dashboard_credentials": {
447
466
  "ADMIN": {
@@ -531,6 +550,10 @@
531
550
  "TKT": {
532
551
  "username": "tkt@icg.io",
533
552
  "password": "oEwbg6MmKnTym1O"
553
+ },
554
+ "XPUNK": {
555
+ "username": "xpunk@icg.io",
556
+ "password": "8RzbhsGazXnjVpn"
534
557
  }
535
558
  },
536
559
  "server_config_enabled": {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file