@icgio/clients-config 1.0.59 → 1.0.61

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:0c7bce28af4a5dfd87dcc3786de524356c5c7a30100dc5360b974813c02ae03b
1
+ secretread.js:d5b29076165d8513c6a0c4c78a0fdfa57df7f981a01f22cc873c96c5c442a62a
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
package/config.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "client_exchange_pairs": {
3
3
  "AVALOX": {
4
4
  "Gatev4": ["AVALOXUSDT"],
5
- "Mexc": ["AVALOXUSDT"]
5
+ "Mexc": ["AVALOXUSDT"],
6
+ "Bitmart": ["AVALOXUSDT"]
6
7
  },
7
8
  "AXL": {
8
9
  "Lbank": ["AXLUSDT"]
@@ -17,7 +18,8 @@
17
18
  },
18
19
  "DOGK": {
19
20
  "Xt": ["DOGKUSDT"],
20
- "Mexc": ["DOGKUSDT"]
21
+ "Mexc": ["DOGKUSDT"],
22
+ "Bitmart": ["DOGKUSDT"]
21
23
  },
22
24
  "EGAX": {
23
25
  "Bitmart": ["EGAXUSDT"],
@@ -55,6 +57,9 @@
55
57
  "Kucoin": ["SWFTCUSDT"],
56
58
  "Okx": ["SWFTCUSDT"]
57
59
  },
60
+ "TAZZ": {
61
+ "Weex": ["TAZZUSDT"]
62
+ },
58
63
  "TLAND": {
59
64
  "Fastex": ["TLANDUSDT"]
60
65
  },
@@ -77,11 +82,12 @@
77
82
  "SHRAP": [],
78
83
  "SWFTC": ["Jubi", "Lbank"],
79
84
  "TLAND": [],
85
+ "TAZZ": [],
80
86
  "XPRESS": []
81
87
  },
82
88
  "client_pair_main_exchanges": {
83
89
  "AVALOX": {
84
- "AVALOXUSDT": ["Mexc"]
90
+ "AVALOXUSDT": ["Mexc", "Bitmart"]
85
91
  },
86
92
  "AXL": {
87
93
  "AXLUSDT": ["Lbank"]
@@ -93,7 +99,7 @@
93
99
  "DMCUSDT": ["Gatev4"]
94
100
  },
95
101
  "DOGK": {
96
- "DOGKUSDT": ["Xt", "Mexc"]
102
+ "DOGKUSDT": ["Xt", "Mexc", "Bitmart"]
97
103
  },
98
104
  "EGAX": {
99
105
  "EGAXUSDT": ["Mexc"]
@@ -125,6 +131,9 @@
125
131
  "SWFTCUSDT": ["Gatev4", "Okx"],
126
132
  "SWFTCUSDC": ["Coinbase"]
127
133
  },
134
+ "TAZZ": {
135
+ "TAZZUSDT": ["Weex"]
136
+ },
128
137
  "TLAND": {
129
138
  "TLANDUSDT": ["Fastex"]
130
139
  },
@@ -198,6 +207,11 @@
198
207
  "trades": 1,
199
208
  "orderbook": 1
200
209
  },
210
+ "TAZZ": {
211
+ "balance": 1,
212
+ "trades": 1,
213
+ "orderbook": 1
214
+ },
201
215
  "TLAND": {
202
216
  "balance": 1,
203
217
  "trades": 1,
@@ -223,6 +237,7 @@
223
237
  "OPUL": true,
224
238
  "SHRAP": true,
225
239
  "SWFTC": true,
240
+ "TAZZ": true,
226
241
  "TLAND": true,
227
242
  "XPRESS": true
228
243
  },
@@ -254,6 +269,7 @@
254
269
  "OPUL": true,
255
270
  "SHRAP": true,
256
271
  "SWFTC": true,
272
+ "TAZZ": true,
257
273
  "TLAND": true,
258
274
  "XPRESS": true
259
275
  },
@@ -279,6 +295,7 @@
279
295
  "PACT": [10, 50, 100],
280
296
  "SHRAP": [10, 50, 100],
281
297
  "SWFTC": [10, 50, 100],
298
+ "TAZZ": [10, 50, 100],
282
299
  "TLAND": [10, 50, 100],
283
300
  "XPRESS": [10, 50, 100]
284
301
  },
@@ -295,6 +312,7 @@
295
312
  "OPUL": ["BTC", "ETH"],
296
313
  "SHRAP": ["BTC", "ETH"],
297
314
  "SWFTC": ["BTC", "ETH"],
315
+ "TAZZ": ["BTC", "ETH"],
298
316
  "TLAND": ["BTC", "ETH"],
299
317
  "XPRESS": ["BTC", "ETH"]
300
318
  },
@@ -313,6 +331,7 @@
313
331
  "SHRAP": "-1001996867582",
314
332
  "SWFTC": "-1002067948127",
315
333
  "TLAND": "-4594805572",
334
+ "TAZZ": "-4506672630",
316
335
  "XPRESS": "-1002205487574"
317
336
  },
318
337
  "balance_premium": {
@@ -323,7 +342,7 @@
323
342
  },
324
343
  "SWFTC": {
325
344
  "coinbase_1": {
326
- "USDC": 20000
345
+ "USDC": 15000
327
346
  }
328
347
  }
329
348
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file