Skip to content

Commit 5256575

Browse files
committed
Set 0.7 default abis and factories
1 parent 287a203 commit 5256575

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

Thirdweb.Console/Program.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@
5454

5555
#region AA 0.7
5656

57-
// var smartWallet07 = await SmartWallet.Create(
58-
// personalWallet: privateKeyWallet,
59-
// chainId: 11155111,
60-
// gasless: true,
61-
// factoryAddress: "0xc5A43D081Dc10316EE640504Ea1cBc74666F3874",
62-
// entryPoint: Constants.ENTRYPOINT_ADDRESS_V07
63-
// );
57+
// var smartWallet07 = await SmartWallet.Create(personalWallet: privateKeyWallet, chainId: 421614, gasless: true, entryPoint: Constants.ENTRYPOINT_ADDRESS_V07);
6458

6559
// var receipt07 = await smartWallet07.ExecuteTransaction(
6660
// new ThirdwebTransactionInput()

0 commit comments

Comments
 (0)