@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.
- package/dist/browser/src/index.js +9 -3
- package/dist/browser/src/index.js.map +1 -1
- package/dist/cjs/src/index.js +9 -3
- package/dist/cjs/src/index.js.map +1 -1
- package/dist/esm/src/index.js +9 -3
- package/dist/esm/src/index.js.map +1 -1
- package/dist/types/src/splits/splits.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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
|