@icgio/clients-config 1.0.49 → 1.0.50

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.
Files changed (2) hide show
  1. package/config.json +20 -19
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -285,28 +285,29 @@
285
285
  "orderbook": {
286
286
  "AXL": true,
287
287
  "IONX": true,
288
- "TIN": true
288
+ "TIN": true,
289
+ "XPRESS": true
289
290
  }
290
291
  },
291
292
  "client_levels": {
292
- "ACL": [2, 5, 10],
293
- "AVALOX": [2, 5, 10],
294
- "AXL": [2, 5, 10],
295
- "BOMBO": [2, 5, 10],
296
- "DMC": [2, 10, 20],
297
- "EGAX": [2, 5, 10],
298
- "EPEP": [2, 5, 10],
299
- "IONX": [2, 5, 10],
300
- "JASMY": [2, 5, 10],
301
- "MORPHA": [2, 5, 10],
302
- "MTMS": [2, 5, 10],
303
- "PACT": [2, 5, 10],
304
- "SHRAP": [2, 5, 10],
305
- "SWFTC": [2, 5, 10],
306
- "TES": [2, 5, 10],
307
- "TIN": [2, 5, 10],
308
- "TLAND": [2, 5, 10],
309
- "XPRESS": [2, 5, 10]
293
+ "ACL": [10, 50, 100],
294
+ "AVALOX": [10, 50, 100],
295
+ "AXL": [10, 50, 100],
296
+ "BOMBO": [10, 50, 100],
297
+ "DMC": [10, 50, 100],
298
+ "EGAX": [10, 50, 100],
299
+ "EPEP": [10, 50, 100],
300
+ "IONX": [10, 50, 100],
301
+ "JASMY": [10, 50, 100],
302
+ "MORPHA": [10, 50, 100],
303
+ "MTMS": [10, 50, 100],
304
+ "PACT": [10, 50, 100],
305
+ "SHRAP": [10, 50, 100],
306
+ "SWFTC": [10, 50, 100],
307
+ "TES": [10, 50, 100],
308
+ "TIN": [10, 50, 100],
309
+ "TLAND": [10, 50, 100],
310
+ "XPRESS": [10, 50, 100]
310
311
  },
311
312
  "client_benchmarks": {
312
313
  "ACL": ["BTC, ETH"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {