@obolnetwork/obol-sdk 2.11.5-rc.2 → 2.11.6

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.
@@ -1,8 +1,8 @@
1
- import { type SignerType, type ProviderType } from '../types.js';
1
+ import { type SignerType } from '../types.js';
2
2
  /**
3
3
  * Helper function to submit withdrawal request for EOA
4
4
  */
5
- export declare function submitEOAWithdrawalRequest({ pubkey, allocation, withdrawalAddress, withdrawalContractAddress, requiredFee, chainId, signer, provider, }: {
5
+ export declare function submitEOAWithdrawalRequest({ pubkey, allocation, withdrawalAddress, withdrawalContractAddress, requiredFee, chainId, signer, }: {
6
6
  pubkey: string;
7
7
  allocation: number;
8
8
  withdrawalAddress: string;
@@ -10,7 +10,6 @@ export declare function submitEOAWithdrawalRequest({ pubkey, allocation, withdra
10
10
  requiredFee: string;
11
11
  chainId: number;
12
12
  signer: SignerType;
13
- provider: ProviderType;
14
13
  }): Promise<{
15
14
  txHash: string | null;
16
15
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-sdk",
3
- "version": "2.11.5-rc.2",
3
+ "version": "2.11.6",
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"