@icgio/clients-config 1.0.253 → 1.0.254

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:93fb32ed44992be8da854d1892cce606273c752e17e8d8e8ccca366885251ccd
1
+ secretread.js:dc321461c50bf33b7fe87acbdc749c843aeb15ab2c6dc0ca37e65138ff77a30f
2
2
  data-source.js:a88043810676f6017be94bbcc357f8f0d439890c6698cc0b02941b605e7dbd9a
package/config.json CHANGED
@@ -40,7 +40,8 @@
40
40
  "Xt": ["MINDFAKUSDT"]
41
41
  },
42
42
  "MIX": {
43
- "Bybit": ["MIXUSDT"]
43
+ "Bybit": ["MIXUSDT"],
44
+ "Gate": ["MIXUSDT"]
44
45
  },
45
46
  "OPUL": {
46
47
  "Gate": ["OPULUSDT"],
@@ -115,7 +116,7 @@
115
116
  "MINDFAKUSDT": ["Bitmart", "Mexc", "Xt"]
116
117
  },
117
118
  "MIX": {
118
- "MIXUSDT": ["Bybit"]
119
+ "MIXUSDT": ["Bybit", "Gate"]
119
120
  },
120
121
  "OPUL": {
121
122
  "OPULUSDT": ["Gate", "Kucoin", "Weex"]
@@ -138,77 +139,92 @@
138
139
  "ARMY": {
139
140
  "balance": 1,
140
141
  "trades": 1,
141
- "orderbook": 1
142
+ "orderbook": 1,
143
+ "deposits_withdrawals":1
142
144
  },
143
145
  "B3TR": {
144
146
  "balance": 1,
145
147
  "trades": 1,
146
- "orderbook": 1
148
+ "orderbook": 1,
149
+ "deposits_withdrawals":1
147
150
  },
148
151
  "CCDOG": {
149
152
  "balance": 1,
150
153
  "trades": 1,
151
- "orderbook": 1
154
+ "orderbook": 1,
155
+ "deposits_withdrawals":1
152
156
  },
153
157
  "HKBITEX-BTC": {
154
158
  "balance": 1,
155
159
  "trades": 1,
156
- "orderbook": 1
160
+ "orderbook": 1,
161
+ "deposits_withdrawals":1
157
162
  },
158
163
  "HKBITEX-ETH": {
159
164
  "balance": 1,
160
165
  "trades": 1,
161
- "orderbook": 1
166
+ "orderbook": 1,
167
+ "deposits_withdrawals":1
162
168
  },
163
169
  "JYAI": {
164
170
  "balance": 1,
165
171
  "trades": 1,
166
- "orderbook": 1
172
+ "orderbook": 1,
173
+ "deposits_withdrawals":1
167
174
  },
168
175
  "LBAI": {
169
176
  "balance": 1,
170
177
  "trades": 1,
171
- "orderbook": 1
178
+ "orderbook": 1,
179
+ "deposits_withdrawals":1
172
180
  },
173
181
  "LUCIC": {
174
182
  "balance": 1,
175
183
  "trades": 1,
176
- "orderbook": 1
184
+ "orderbook": 1,
185
+ "deposits_withdrawals":1
177
186
  },
178
187
  "MINDFAK": {
179
188
  "balance": 1,
180
189
  "trades": 1,
181
- "orderbook": 1
190
+ "orderbook": 1,
191
+ "deposits_withdrawals":1
182
192
  },
183
193
  "MIX": {
184
194
  "balance": 1,
185
195
  "trades": 1,
186
- "orderbook": 1
196
+ "orderbook": 1,
197
+ "deposits_withdrawals":1
187
198
  },
188
199
  "OPUL": {
189
200
  "balance": 1,
190
201
  "trades": 1,
191
- "orderbook": 1
202
+ "orderbook": 1,
203
+ "deposits_withdrawals":1
192
204
  },
193
205
  "SARA": {
194
206
  "balance": 1,
195
207
  "trades": 1,
196
- "orderbook": 1
208
+ "orderbook": 1,
209
+ "deposits_withdrawals":1
197
210
  },
198
211
  "SQL": {
199
212
  "balance": 1,
200
213
  "trades": 1,
201
- "orderbook": 1
214
+ "orderbook": 1,
215
+ "deposits_withdrawals":1
202
216
  },
203
217
  "SWFTC": {
204
218
  "balance": 1,
205
219
  "trades": 1,
206
- "orderbook": 1
220
+ "orderbook": 1,
221
+ "deposits_withdrawals":1
207
222
  },
208
223
  "TACC": {
209
224
  "balance": 1,
210
225
  "trades": 1,
211
- "orderbook": 1
226
+ "orderbook": 1,
227
+ "deposits_withdrawals":1
212
228
  }
213
229
  },
214
230
  "client_enabled": {
@@ -230,6 +246,23 @@
230
246
  "TACC": true
231
247
  },
232
248
  "balance_cur": {},
249
+ "deposits_withdrawals": {
250
+ "ARMY": true,
251
+ "B3TR": true,
252
+ "CCDOG": true,
253
+ "HKBITEX-BTC": true,
254
+ "HKBITEX-ETH": true,
255
+ "JYAI": true,
256
+ "LBAI": true,
257
+ "LUCIC": true,
258
+ "MINDFAK": true,
259
+ "MIX": true,
260
+ "OPUL": true,
261
+ "SARA": true,
262
+ "SQL": true,
263
+ "SWFTC": true,
264
+ "TACC": true
265
+ },
233
266
  "total_in_usd": {
234
267
  "SWFTC": true
235
268
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.253",
3
+ "version": "1.0.254",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file