Skip to content

Commit 462e718

Browse files
committed
Update Program.cs
1 parent 7af8b12 commit 462e718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thirdweb.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
// var chain = 11155111; // sepolia
331331

332332
// // Connect to EOA
333-
// var smartEoa = await InAppWallet.Create(client, authProvider: AuthProvider.Google, executionMode: ExecutionMode.EOA);
333+
// var smartEoa = await InAppWallet.Create(client, authProvider: AuthProvider.Google, executionMode: ExecutionMode.EIP7702Sponsored);
334334
// if (!await smartEoa.IsConnected())
335335
// {
336336
// _ = await smartEoa.LoginWithOauth(

0 commit comments

Comments
 (0)