@obolnetwork/obol-sdk 2.12.4 → 2.12.5

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.
@@ -154,7 +154,7 @@ var import_ethers = require("ethers");
154
154
  // package.json
155
155
  var package_default = {
156
156
  name: "@obolnetwork/obol-sdk",
157
- version: "2.12.4",
157
+ version: "2.12.5",
158
158
  description: "A package for creating Distributed Validators using the Obol API.",
159
159
  bugs: {
160
160
  url: "https://github.com/obolnetwork/obol-sdk/issues"
@@ -4873,7 +4873,7 @@ var MIN_VALIDATORS_PER_WORKER = 25;
4873
4873
  var MIN_PAIRS_PER_WORKER = 50;
4874
4874
  var MIN_PARALLEL_AGGREGATE_KEYS = 400;
4875
4875
  var MIN_KEYS_PER_WORKER_AGG = 100;
4876
- var WORKER_TIMEOUT_MS = 6e4;
4876
+ var WORKER_TIMEOUT_MS = 18e4;
4877
4877
  var MAX_CONCURRENT_WORKERS_CAP = 8;
4878
4878
  function maxConcurrentWorkers(numWorkers) {
4879
4879
  return Math.min(numWorkers, MAX_CONCURRENT_WORKERS_CAP);