@clonegod/ttd-sui-common 2.0.7 → 2.0.8
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.
|
@@ -18,7 +18,6 @@ class SuiDexEnvArgs extends sui_env_args_1.SuiEnvArgs {
|
|
|
18
18
|
this.quote_amount_usd = cfg.quote_amount_usd;
|
|
19
19
|
this.wallet_dir = cfg.wallet_dir;
|
|
20
20
|
this.encryption_key = cfg.encryption_key ?? '';
|
|
21
|
-
this.trade_analyze_host = cfg.trade_analyze_host ?? '';
|
|
22
21
|
}
|
|
23
22
|
print(moduleName) {
|
|
24
23
|
(0, dist_1.printEnvConfig)(moduleName || this.app_name || 'sui-dex', this);
|
|
@@ -17,6 +17,7 @@ class SuiEnvArgs extends dist_1.EnvArgs {
|
|
|
17
17
|
this.ip_exclude_prefix = cfg.ip_exclude_prefix ?? '';
|
|
18
18
|
this.config_center_host = cfg.config_center_host;
|
|
19
19
|
this.token_price_refresh_interval_seconds = cfg.token_price_refresh_interval_seconds;
|
|
20
|
+
this.trade_analyze_host = cfg.trade_analyze_host ?? '';
|
|
20
21
|
}
|
|
21
22
|
}
|
|
22
23
|
exports.SuiEnvArgs = SuiEnvArgs;
|