File tree 1 file changed +4
-2
lines changed
Assets/Thirdweb/Runtime/Unity
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,8 @@ public virtual async Task<IThirdwebWallet> ConnectWallet(WalletOptions walletOpt
359
359
authProvider : walletOptions . InAppWalletOptions . AuthProvider ,
360
360
storageDirectoryPath : walletOptions . InAppWalletOptions . StorageDirectoryPath ,
361
361
siweSigner : walletOptions . InAppWalletOptions . SiweSigner ,
362
- legacyEncryptionKey : walletOptions . InAppWalletOptions . LegacyEncryptionKey
362
+ legacyEncryptionKey : walletOptions . InAppWalletOptions . LegacyEncryptionKey ,
363
+ walletSecret : walletOptions . InAppWalletOptions . WalletSecret
363
364
) ;
364
365
break ;
365
366
@@ -381,7 +382,8 @@ public virtual async Task<IThirdwebWallet> ConnectWallet(WalletOptions walletOpt
381
382
authProvider : walletOptions . EcosystemWalletOptions . AuthProvider ,
382
383
storageDirectoryPath : walletOptions . EcosystemWalletOptions . StorageDirectoryPath ,
383
384
siweSigner : walletOptions . EcosystemWalletOptions . SiweSigner ,
384
- legacyEncryptionKey : walletOptions . EcosystemWalletOptions . LegacyEncryptionKey
385
+ legacyEncryptionKey : walletOptions . EcosystemWalletOptions . LegacyEncryptionKey ,
386
+ walletSecret : walletOptions . EcosystemWalletOptions . WalletSecret
385
387
) ;
386
388
break ;
387
389
You can’t perform that action at this time.
0 commit comments