@icgio/clients-config 1.0.243 → 1.0.244

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 +1 @@
1
- v:1:
1
+ v:1:
@@ -1,2 +1,2 @@
1
- secretread.js:ac58db0913adee5ac3e30f8e8a342a2faf342de9447cbe31a3d62c45ac15fb43
1
+ secretread.js:ab4abe8f099cd5502238acb1c74e53ffa36c8c9ef28ea62fe03442a9f1ca68f8
2
2
  data-source.js:a88043810676f6017be94bbcc357f8f0d439890c6698cc0b02941b605e7dbd9a
package/config.json CHANGED
@@ -56,6 +56,9 @@
56
56
  "SARA": {
57
57
  "Bitmart": ["SARAUSDT"]
58
58
  },
59
+ "SQL": {
60
+ "Bitmart": ["SQLUSDT"]
61
+ },
59
62
  "SWFTC": {
60
63
  "Coinbase": ["SWFTCUSDC"],
61
64
  "Gate": ["SWFTCUSDT"],
@@ -82,6 +85,7 @@
82
85
  "MIX": [],
83
86
  "OPUL": [],
84
87
  "SARA": [],
88
+ "SQL": [],
85
89
  "SWFTC": ["Lbank"],
86
90
  "TACC": []
87
91
  },
@@ -132,6 +136,9 @@
132
136
  "SARA": {
133
137
  "SARAUSDT": ["Bitmart"]
134
138
  },
139
+ "SQL": {
140
+ "SQLUSDT": ["Bitmart"]
141
+ },
135
142
  "SWFTC": {
136
143
  "SWFTCUSDC": ["Coinbase"],
137
144
  "SWFTCUSDT": ["Okx"]
@@ -211,6 +218,11 @@
211
218
  "trades": 1,
212
219
  "orderbook": 1
213
220
  },
221
+ "SQL": {
222
+ "balance": 1,
223
+ "trades": 1,
224
+ "orderbook": 1
225
+ },
214
226
  "SWFTC": {
215
227
  "balance": 1,
216
228
  "trades": 1,
@@ -238,6 +250,7 @@
238
250
  "MIX": true,
239
251
  "OPUL": true,
240
252
  "SARA": true,
253
+ "SQL": true,
241
254
  "SWFTC": true,
242
255
  "TACC": true
243
256
  },
@@ -261,6 +274,7 @@
261
274
  "MIX": true,
262
275
  "OPUL": true,
263
276
  "SARA": true,
277
+ "SQL": true,
264
278
  "SWFTC": true,
265
279
  "TACC": true
266
280
  },
@@ -284,6 +298,7 @@
284
298
  "MIX": [2, 5, 10],
285
299
  "OPUL": [1, 2, 5, 10, 20, 50, 100],
286
300
  "SARA": [1, 2, 5, 10, 20, 50, 100],
301
+ "SQL": [1, 2, 5, 10, 20, 50, 100],
287
302
  "SWFTC": [1, 2, 5, 10, 20, 50, 100],
288
303
  "TACC": [1, 2, 5, 10, 20, 50, 100]
289
304
  },
@@ -302,6 +317,7 @@
302
317
  "MIX": ["BTC", "ETH"],
303
318
  "OPUL": ["BTC", "ETH"],
304
319
  "SARA": ["BTC", "ETH"],
320
+ "SQL": ["BTC", "ETH"],
305
321
  "SWFTC": ["BTC", "ETH"],
306
322
  "TACC": ["BTC", "ETH"]
307
323
  },
@@ -320,6 +336,7 @@
320
336
  "MIX": "-4941930380",
321
337
  "OPUL": "-4581926908",
322
338
  "SARA": "-4660700305",
339
+ "SQL": "-4959066810",
323
340
  "SWFTC": "-1002067948127",
324
341
  "TACC": "-4874959768"
325
342
  },
@@ -347,6 +364,7 @@
347
364
  "MIX": "icg",
348
365
  "OPUL": "icg",
349
366
  "SARA": "icg",
367
+ "SQL": "icg",
350
368
  "SWFTC": "icg",
351
369
  "TACC": "icg"
352
370
  },
@@ -411,6 +429,10 @@
411
429
  "username": "sara@icg.io",
412
430
  "password": "5PNgIqLM0msiWNf"
413
431
  },
432
+ "SQL": {
433
+ "username": "sql@icg.io",
434
+ "password": "lhwGkPtLq3o7gJj5"
435
+ },
414
436
  "SUPERADMIN": {
415
437
  "username": "superadmin@icg.io",
416
438
  "password": "vUmU5Jeoo67g18QR"
@@ -447,6 +469,7 @@
447
469
  "MIX": [],
448
470
  "OPUL": [],
449
471
  "SARA": [],
472
+ "SQL": [],
450
473
  "SWFTC": [],
451
474
  "TACC": []
452
475
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.243",
3
+ "version": "1.0.244",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file