@sentio/runtime 2.62.0-rc.6 → 2.62.0-rc.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.
@@ -37883,14 +37883,14 @@ var Endpoints = class _Endpoints {
37883
37883
  batchCount = 1;
37884
37884
  };
37885
37885
  function configureEndpoints(options) {
37886
- const fullPath = path.resolve(options["chains-config"]);
37886
+ const fullPath = path.resolve(options.chainsConfig);
37887
37887
  const chainsConfig = import_fs_extra.default.readJsonSync(fullPath);
37888
37888
  const concurrencyOverride = process.env["OVERRIDE_CONCURRENCY"] ? parseInt(process.env["OVERRIDE_CONCURRENCY"]) : void 0;
37889
37889
  const batchCountOverride = process.env["OVERRIDE_BATCH_COUNT"] ? parseInt(process.env["OVERRIDE_BATCH_COUNT"]) : void 0;
37890
37890
  Endpoints.INSTANCE.concurrency = concurrencyOverride ?? options.concurrency;
37891
- Endpoints.INSTANCE.batchCount = batchCountOverride ?? options["batch-count"];
37892
- Endpoints.INSTANCE.chainQueryAPI = options["chainquery-server"];
37893
- Endpoints.INSTANCE.priceFeedAPI = options["pricefeed-server"];
37891
+ Endpoints.INSTANCE.batchCount = batchCountOverride ?? options.batchCount;
37892
+ Endpoints.INSTANCE.chainQueryAPI = options.chainqueryServer;
37893
+ Endpoints.INSTANCE.priceFeedAPI = options.pricefeedServer;
37894
37894
  for (const [id2, config] of Object.entries(chainsConfig)) {
37895
37895
  const chainConfig = config;
37896
37896
  if (chainConfig.ChainServer) {
@@ -59780,4 +59780,4 @@ long/umd/index.js:
59780
59780
  @noble/curves/esm/secp256k1.js:
59781
59781
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59782
59782
  */
59783
- //# sourceMappingURL=chunk-RPV67F56.js.map
59783
+ //# sourceMappingURL=chunk-YBKSM3GO.js.map