@icgio/clients-config 1.0.152 → 1.0.153

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:ecea1ae5de85b59c6642d7c580576f1ac5fbac3838087ecc4c9f5da61dd76600
1
+ secretread.js:04a705cff1a9482ac11c4e53f9589eaf85143758036ff92629db9a244040a5fd
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -57,6 +57,9 @@
57
57
  "TITAN": {
58
58
  "Gatev4": ["TITANUSDT"]
59
59
  },
60
+ "TKT": {
61
+ "Mexc": ["TKTUSDT"]
62
+ },
60
63
  "ULTI": {
61
64
  "Bybitv5": ["ULTIUSDT"]
62
65
  }
@@ -123,6 +126,9 @@
123
126
  "TITAN": {
124
127
  "TITANUSDT": ["Gatev4"]
125
128
  },
129
+ "TKT": {
130
+ "TKTUSDT": ["Mexc"]
131
+ },
126
132
  "ULTI": {
127
133
  "ULTIUSDT": ["Bybitv5"]
128
134
  }
@@ -198,6 +204,11 @@
198
204
  "trades": 1,
199
205
  "orderbook": 1
200
206
  },
207
+ "TKT": {
208
+ "balance": 1,
209
+ "trades": 1,
210
+ "orderbook": 1
211
+ },
201
212
  "ULTI": {
202
213
  "balance": 1,
203
214
  "trades": 1,
@@ -219,6 +230,7 @@
219
230
  "SHRAP": true,
220
231
  "SWFTC": true,
221
232
  "TITAN": true,
233
+ "TKT": true,
222
234
  "ULTI": true
223
235
  },
224
236
  "balance_cur": {
@@ -244,6 +256,7 @@
244
256
  "SHRAP": true,
245
257
  "SWFTC": true,
246
258
  "TITAN": true,
259
+ "TKT": true,
247
260
  "ULTI": true
248
261
  },
249
262
  "orderbook": {
@@ -265,6 +278,7 @@
265
278
  "SHRAP": [1, 2, 5, 10, 20, 50, 100],
266
279
  "SWFTC": [1, 2, 5, 10, 20, 50, 100],
267
280
  "TITAN": [1, 2, 5, 10, 20, 50, 100],
281
+ "TKT": [1, 2, 5, 10, 20, 50, 100],
268
282
  "ULTI": [1, 2, 5, 10, 20, 50, 100]
269
283
  },
270
284
  "client_price_index_curs": {
@@ -282,6 +296,7 @@
282
296
  "SHRAP": ["BTC", "ETH"],
283
297
  "SWFTC": ["BTC", "ETH"],
284
298
  "TITAN": ["BTC", "ETH"],
299
+ "TKT": ["BTC", "ETH"],
285
300
  "ULTI": ["BTC", "ETH"]
286
301
  },
287
302
  "client_telegram_ids": {
@@ -299,6 +314,7 @@
299
314
  "SHRAP": "-1001996867582",
300
315
  "SWFTC": "-1002067948127",
301
316
  "TITAN": "-4710863832",
317
+ "TKT": "-4946654975",
302
318
  "ULTI": "-4897875978"
303
319
  },
304
320
  "balance_premium": {
@@ -330,6 +346,7 @@
330
346
  "SHRAP": "icg",
331
347
  "SWFTC": "icg",
332
348
  "TITAN": "icg",
349
+ "TKT": "icg",
333
350
  "ULTI": "icg"
334
351
  },
335
352
  "client_dashboard_credentials": {
@@ -393,6 +410,10 @@
393
410
  "username": "titan@icg.io",
394
411
  "password": "PWW8Te4dPDoDS76"
395
412
  },
413
+ "TKT": {
414
+ "username": "tkt@icg.io",
415
+ "password": "oEwbg6MmKnTym1O"
416
+ },
396
417
  "ULTI": {
397
418
  "username": "ulti@icg.io",
398
419
  "password": "Jzrq83y7vQxAnWz"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file