@icgio/clients-config 1.0.349 → 1.0.350
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.
- package/config.js +9 -0
- package/config.json +10 -0
- package/package.json +1 -1
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,
|