File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Assets/Thirdweb/Runtime/Unity Expand file tree Collapse file tree 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
359359 authProvider : walletOptions . InAppWalletOptions . AuthProvider ,
360360 storageDirectoryPath : walletOptions . InAppWalletOptions . StorageDirectoryPath ,
361361 siweSigner : walletOptions . InAppWalletOptions . SiweSigner ,
362- legacyEncryptionKey : walletOptions . InAppWalletOptions . LegacyEncryptionKey
362+ legacyEncryptionKey : walletOptions . InAppWalletOptions . LegacyEncryptionKey ,
363+ walletSecret : walletOptions . InAppWalletOptions . WalletSecret
363364 ) ;
364365 break ;
365366
@@ -381,7 +382,8 @@ public virtual async Task<IThirdwebWallet> ConnectWallet(WalletOptions walletOpt
381382 authProvider : walletOptions . EcosystemWalletOptions . AuthProvider ,
382383 storageDirectoryPath : walletOptions . EcosystemWalletOptions . StorageDirectoryPath ,
383384 siweSigner : walletOptions . EcosystemWalletOptions . SiweSigner ,
384- legacyEncryptionKey : walletOptions . EcosystemWalletOptions . LegacyEncryptionKey
385+ legacyEncryptionKey : walletOptions . EcosystemWalletOptions . LegacyEncryptionKey ,
386+ walletSecret : walletOptions . EcosystemWalletOptions . WalletSecret
385387 ) ;
386388 break ;
387389
You can’t perform that action at this time.
0 commit comments