Skip to content

Commit 6ab283e

Browse files
committedMar 13, 2025··
cleanup test
1 parent ce2a2f9 commit 6ab283e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ public virtual async void Initialize()
288288
}
289289

290290
Initialized = true;
291-
292-
var iawSiweExternal = await ConnectWallet(new WalletOptions(WalletProvider.InAppWallet, 421614, new InAppWalletOptions(authprovider: AuthProvider.SiweExternal)));
293-
var iawSiweExternalAddress = await iawSiweExternal.GetAddress();
294-
Debug.Log($"InAppWallet SiweExternal Address: {iawSiweExternalAddress}");
295291
}
296292

297293
// ------------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.