jnsdls
released this
20 Sep 22:17
·
578 commits
to main
since this release
Minor Changes
-
#4692
0a7448c
Thanks @gregfromstl! - Login to an in-app wallet with your Coinbase accountimport { inAppWallet } from "thirdweb/react"; const wallet = inAppWallet(); const account = await wallet.connect({ strategy: "coinbase", chain: mainnet, client: thirdwebClient, });
Patch Changes
-
#4709
b033784
Thanks @gregfromstl! - Displays the social login provider in the details modal -
#4684
c1008a5
Thanks @gregfromstl! - Migrates existing sharded ecosystem wallets to enclaves -
#4716
3229e1f
Thanks @MananTank! - ExportisGetNFTSupported
extension from "thirdweb/erc1155/extensions" -
#4715
7d547a4
Thanks @joaquim-verges! - Fix showing user info for ecosystem wallets -
#4718
11a833e
Thanks @gregfromstl! - Improve arrangement of social icons in Connect UI