@obolnetwork/obol-sdk 2.12.6 → 2.13.0

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.
@@ -57,7 +57,7 @@ import {
57
57
  verifyBuilderRegistration,
58
58
  verifyDepositData,
59
59
  verifyNodeSignatures
60
- } from "./chunk-GLSVKGK3.js";
60
+ } from "./chunk-EITEAAK3.js";
61
61
  import {
62
62
  ClusterLockValidationBusyError,
63
63
  ClusterLockValidationTimeoutError,
@@ -5559,7 +5559,7 @@ var Client = class extends Base {
5559
5559
  * @example
5560
5560
  * ```typescript
5561
5561
  * const updatedDef = await client.acceptClusterDefinition(
5562
- * { enr: "enr:-LK4Q...", version: "v1.10.0" },
5562
+ * { enr: "enr:-LK4Q...", version: "v1.11.0" },
5563
5563
  * configHash,
5564
5564
  * );
5565
5565
  * ```