Skip to content

v2.0.7

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 18 May 23:46
22425c1

Changelog

  • [General] Prefab_ConnectWallet is 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.Connect API now requires a WalletConnection parameter - pass in the WalletProvider, chainId, password (if using local wallets) and email (if using MagicLink).
  • [General] Added magicLinkApiKey optional 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)