@icgio/clients-config 1.0.92 → 1.0.95

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:ba459b6abe15c9e58014a4337338d571126f877abeada46bb09b56b155badbe3
1
+ secretread.js:6884b6b4135920c02f8919b5eff081bd940cce6bcdb0f650b3ab8fb73260d9a3
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
package/config.json CHANGED
@@ -11,6 +11,10 @@
11
11
  "AXL": {
12
12
  "Lbank": ["AXLUSDT"]
13
13
  },
14
+ "CFN": {
15
+ "Biconomy": ["CFNUSDT"],
16
+ "Mexc": ["CFNUSDT"]
17
+ },
14
18
  "DMC": {
15
19
  "Bitmart": ["DMCUSDT"],
16
20
  "Gatev4": ["DMCUSDT"],
@@ -89,6 +93,7 @@
89
93
  "ARMY": [],
90
94
  "AVALOX": [],
91
95
  "AXL": [],
96
+ "CFN": [],
92
97
  "DMC": [],
93
98
  "ELON": [],
94
99
  "EGAX": [],
@@ -117,6 +122,9 @@
117
122
  "AXL": {
118
123
  "AXLUSDT": ["Lbank"]
119
124
  },
125
+ "CFN": {
126
+ "CFNUSDT": ["Biconomy", "Mexc"]
127
+ },
120
128
  "DMC": {
121
129
  "DMCUSDT": ["Gatev4"]
122
130
  },
@@ -191,6 +199,11 @@
191
199
  "trades": 1,
192
200
  "orderbook": 1
193
201
  },
202
+ "CFN": {
203
+ "balance": 1,
204
+ "trades": 1,
205
+ "orderbook": 1
206
+ },
194
207
  "DMC": {
195
208
  "balance": 1,
196
209
  "trades": 1,
@@ -282,6 +295,7 @@
282
295
  "ARMY": true,
283
296
  "AVALOX": true,
284
297
  "AXL": true,
298
+ "CFN": true,
285
299
  "DMC": true,
286
300
  "ELON": true,
287
301
  "EGAX": true,
@@ -317,6 +331,7 @@
317
331
  "ARMY": true,
318
332
  "AVALOX": true,
319
333
  "AXL": true,
334
+ "CFN": true,
320
335
  "DMC": true,
321
336
  "ELON": true,
322
337
  "EGAX": true,
@@ -345,6 +360,7 @@
345
360
  "ARMY": [10, 50, 100],
346
361
  "AVALOX": [10, 50, 100],
347
362
  "AXL": [10, 50, 100],
363
+ "CFN": [10, 50, 100],
348
364
  "DMC": [10, 50, 100],
349
365
  "ELON": [10, 50, 100],
350
366
  "EGAX": [10, 50, 100],
@@ -368,6 +384,7 @@
368
384
  "ARMY": ["BTC", "ETH"],
369
385
  "AVALOX": ["BTC", "ETH"],
370
386
  "AXL": ["BTC", "ETH"],
387
+ "CFN": ["BTC", "ETH"],
371
388
  "DMC": ["BTC", "ETH"],
372
389
  "ELON": ["BTC", "ETH"],
373
390
  "EGAX": ["BTC", "ETH"],
@@ -390,6 +407,7 @@
390
407
  "ARMY": "-4733838023",
391
408
  "AVALOX": "-1002106426914",
392
409
  "AXL": "-1002044946729",
410
+ "CFN": "-1002262492108",
393
411
  "DMC": "-1002101119642",
394
412
  "ELON": "-4699917088",
395
413
  "EGAX": "-4120575216",
@@ -427,6 +445,7 @@
427
445
  "ARMY": "icg",
428
446
  "AVALOX": "icg",
429
447
  "AXL": "icg",
448
+ "CFN": "icg",
430
449
  "DMC": "icg",
431
450
  "ELON": "icg",
432
451
  "EGAX": "icg",
@@ -460,6 +479,10 @@
460
479
  "username": "axl@icg.io",
461
480
  "password": "lUzpE7Ku0elfayb"
462
481
  },
482
+ "CFN": {
483
+ "username": "cfn@icg.io",
484
+ "password": "VS2hP7mVoPsIs4P"
485
+ },
463
486
  "DMC": {
464
487
  "username": "dmc@icg.io",
465
488
  "password": "MhjEfO3g0y2h5Ki"
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.92",
3
+ "version": "1.0.95",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file