v2.0.7
Changelog
- [General]
Prefab_ConnectWalletis now cross-platform. Simply choose the wallets you want to support from the inspector and the buttons will show up. UI for some providers is now instantiated dynamically. Add networks to your ThirdwebManager and they will show up. - [General] Added support for
MagicLink(MagicAuth passwordless email login) for WebGL, Android and iOS. - [General]
sdk.wallet.ConnectAPI now requires aWalletConnectionparameter - pass in theWalletProvider,chainId,password(if using local wallets) andemail(if using MagicLink). - [General] Added
magicLinkApiKeyoptional field to the ThirdwebManager for those wanting to support it.
The current MagicLink implementation is in beta.
Note: WalletProviders currently available on non-WebGL platforms are WalletConnectV1 (all platforms), LocalWallet (all platforms) and MagicLink (Android, iOS, WebGL)