Skip to content

Commit 10034e1

Browse files
committed
fix method signature
1 parent 7e75358 commit 10034e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cdp/evm_smart_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ async def use_spend_permission(
761761
paymaster_url=paymaster_url,
762762
)
763763

764-
async def __experimental_use_network__(self, network: str):
764+
async def __experimental_use_network__(self, network: str | None = None):
765765
"""Create a network-scoped version of this smart account.
766766
767767
Args:

0 commit comments

Comments
 (0)