Skip to content

Commit

Permalink
Patch: missing data arg in isSmartWalletDeployed (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang committed Oct 24, 2023
1 parent 4cb6e28 commit 44f258d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-beds-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/wallets": patch
---

Patch isSmartWalletDeployed
1 change: 1 addition & 0 deletions packages/wallets/src/evm/connectors/smart-wallet/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export async function isSmartWalletDeployed(
const factoryContract = await readOnlySDK.getContract(factoryAddress);
const accountAddress = await factoryContract.call("getAddress", [
personalWalletAddress,
"0x",
]);
const isDeployed = await isContractDeployed(
accountAddress,
Expand Down

0 comments on commit 44f258d

Please sign in to comment.