Skip to content

Commit 6745b20

Browse files
0xdevalCopilot
andauthored
Update packages/sdk/src/protocols/base/BaseProtocol.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3acfc4f commit 6745b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/protocols/base/BaseProtocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export abstract class BaseProtocol {
9797
*/
9898
abstract withdraw(
9999
vaultInfo: VaultInfo,
100-
amount: string,
100+
amount?: string,
101101
smartWallet: SmartWallet,
102102
options?: { paymasterToken?: Address },
103103
): Promise<VaultTxnResult>;

0 commit comments

Comments
 (0)