@clonegod/ttd-bsc-common 3.1.31 → 3.1.33

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.
@@ -38,7 +38,7 @@ class BscQuoteAppConfig extends ttd_core_1.AppConfig {
38
38
  (0, ttd_core_1.log_info)('Config change received', config);
39
39
  if (config.env_args) {
40
40
  const fresh = new bsc_dex_env_args_1.BscDexEnvArgs();
41
- (0, ttd_core_1.setCoreEnv)(fresh);
41
+ (0, ttd_core_1.setCoreEnv)(fresh, { force: true });
42
42
  this.env_args = fresh;
43
43
  }
44
44
  if (config.arb_cache) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-bsc-common",
3
- "version": "3.1.31",
3
+ "version": "3.1.33",
4
4
  "description": "BSC common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "push": "npm run build && npm publish"
15
15
  },
16
16
  "dependencies": {
17
- "@clonegod/ttd-core": "3.1.32",
17
+ "@clonegod/ttd-core": "3.1.33",
18
18
  "axios": "1.15.0",
19
19
  "dotenv": "^16.4.7",
20
20
  "ethers": "^5.8.0",