@obolnetwork/obol-sdk 2.11.10 → 2.11.13

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.
package/README.md CHANGED
@@ -34,7 +34,7 @@ const lock = await client.getClusterLock(configHash);
34
34
 
35
35
  ## Getting Started
36
36
 
37
- Checkout our [docs](https://docs.obol.org/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://obolnetwork.github.io/obol-sdk). Further guides and walkthroughs coming soon.
37
+ Checkout our [docs](https://docs.obol.org/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://docs.obol.org/sdk). Further guides and walkthroughs coming soon.
38
38
 
39
39
  ## Terms and Conditions
40
40
  To use obol-sdk and in order to be able to create a cluster definition or accept an invite to join a cluster, you must accept the [latest Obol terms and conditions](https://obol.org/terms.pdf) by calling acceptObolLatestTermsAndConditions.
@@ -120,7 +120,7 @@ If you are an LLM, code-generation agent, or tool using this SDK programmaticall
120
120
 
121
121
  | Export | Description |
122
122
  |--------|-------------|
123
- | `validateClusterLock(lock, safeRpcUrl?)` | Verify a cluster lock's cryptographic validity |
123
+ | `validateClusterLock(lock, safeRpcUrl?)` | Cryptographic verification (signatures, hashes). Does not mirror every Charon runtime check—passing here is necessary, not sufficient, for Charon. |
124
124
 
125
125
  ### Key Rules
126
126