@icgio/clients-config 1.0.253 → 1.0.255

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