@icgio/clients-config 1.0.362 → 1.0.363
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 +3 -0
- package/package.json +1 -1
package/config.js
CHANGED
|
@@ -207,6 +207,9 @@ module.exports.client_enabled = client_enabled
|
|
|
207
207
|
const client_levels = config_data.client_levels
|
|
208
208
|
module.exports.client_levels = client_levels
|
|
209
209
|
|
|
210
|
+
const clients_levels_target_usd = config_data.clients_levels_target_usd
|
|
211
|
+
module.exports.clients_levels_target_usd = clients_levels_target_usd
|
|
212
|
+
|
|
210
213
|
/*
|
|
211
214
|
{
|
|
212
215
|
"JYAI": ["BTC", "ETH"],
|