We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af8b12 commit 462e718Copy full SHA for 462e718
Thirdweb.Console/Program.cs
@@ -330,7 +330,7 @@
330
// var chain = 11155111; // sepolia
331
332
// // Connect to EOA
333
-// var smartEoa = await InAppWallet.Create(client, authProvider: AuthProvider.Google, executionMode: ExecutionMode.EOA);
+// var smartEoa = await InAppWallet.Create(client, authProvider: AuthProvider.Google, executionMode: ExecutionMode.EIP7702Sponsored);
334
// if (!await smartEoa.IsConnected())
335
// {
336
// _ = await smartEoa.LoginWithOauth(
0 commit comments