Skip to content

Commit 4d197a8

Browse files
[SDK] test: Add factory address to smart wallet test (#6450)
1 parent f655657 commit 4d197a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ describe.runIf(process.env.TW_SECRET_KEY).sequential(
305305
const newSmartWallet = smartWallet({
306306
chain,
307307
gasless: true,
308+
factoryAddress: DEFAULT_ACCOUNT_FACTORY_V0_7,
308309
overrides: {
309310
accountSalt: "test",
310311
},

0 commit comments

Comments
 (0)