@obolnetwork/obol-sdk 2.11.8 → 2.11.9

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.
@@ -22,6 +22,8 @@ export declare class ObolSplits {
22
22
  * **⚠️ Important:** If you're storing the private key in an `.env` file, ensure it is securely managed
23
23
  * and not pushed to version control.
24
24
  *
25
+ * **📌 Note:** The Obol Validator Manager (OVM) feature is only enabled on Hoodi on launchpad.
26
+ *
25
27
  * @param {OVMRewardsSplitPayload} payload - Data needed to deploy OVM and SplitV2
26
28
  * @returns {Promise<ClusterValidator>} OVM address as withdrawal address and splitter as fee recipient
27
29
  * @throws Will throw an error if the splitter configuration is not supported or deployment fails
@@ -40,6 +42,8 @@ export declare class ObolSplits {
40
42
  * **⚠️ Important:** If you're storing the private key in an `.env` file, ensure it is securely managed
41
43
  * and not pushed to version control.
42
44
  *
45
+ * **📌 Note:** The Obol Validator Manager (OVM) feature is only enabled on Hoodi on launchpad.
46
+ *
43
47
  * @param {OVMTotalSplitPayload} payload - Data needed to deploy OVM and SplitV2
44
48
  * @returns {Promise<ClusterValidator>} OVM address as withdrawal address and splitter as fee recipient
45
49
  * @throws Will throw an error if the splitter configuration is not supported or deployment fails
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-sdk",
3
- "version": "2.11.8",
3
+ "version": "2.11.9",
4
4
  "description": "A package for creating Distributed Validators using the Obol API.",
5
5
  "bugs": {
6
6
  "url": "https://github.com/obolnetwork/obol-sdk/issues"