@icgio/clients-config 1.0.349 → 1.0.351

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
1
  secretread.js:47799cf6006926362ed90171e39876653e8d0259331264754493a862daa39657
2
- data-source.js:440e328f62856d665e4b66a66f55406e0c9f3a974d2be3c000041fd1c552652b
2
+ data-source.js:358b5abb7deff6bc304784ebe0b1df248abeeb3fc8685b95a912b8cf32d2e9b0
package/config.js CHANGED
@@ -240,6 +240,15 @@ module.exports.client_additional_telegram_ids = client_additional_telegram_ids
240
240
  const client_telegram_sender = config_data.client_telegram_sender
241
241
  module.exports.client_telegram_sender = client_telegram_sender
242
242
 
243
+ /*
244
+ {
245
+ "B3TR": "client",
246
+ "COINBASE-BTC": "prop_trading"
247
+ }
248
+ */
249
+ const client_types = config_data.client_types
250
+ module.exports.client_types = client_types
251
+
243
252
  /*
244
253
  {
245
254
  "JYAI": { "username": "jyai@icg.io" },
package/config.json CHANGED
@@ -301,6 +301,16 @@
301
301
  "SARA": "icg",
302
302
  "SWFTC": "icg"
303
303
  },
304
+ "client_types": {
305
+ "B3TR": "client",
306
+ "COINBASE-BTC": "prop_trading",
307
+ "JYAI": "client",
308
+ "LBAI": "client",
309
+ "LUCIC": "client",
310
+ "MINDFAK": "client",
311
+ "SARA": "client",
312
+ "SWFTC": "client"
313
+ },
304
314
  "clients_reporter_interval": {
305
315
  "B3TR": {
306
316
  "balance": 1,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.349",
3
+ "version": "1.0.351",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file