You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[General] sdk.wallet.Connect() API changed to accept a WalletConnection object that consists of a WalletProvider enum, chain id, and optional arguments. This replaces the struct WalletConnection and WalletProvider types to allow for better suggestions.
[Native] Prefab_ConnectWalletNative does not require supportedNetworks field in the inspector anymore, now fetched from ThirdwebManager.
[WebGL] Prefab_ConnectWallet does not require supportedNetworks field in the inspector anymore, now fetched from ThirdwebManager.