thirdweb@5.53.0
Minor Changes
-
#4094
f1d087e
Thanks @joaquim-verges! - Support for Coinbase Smart Wallet in React NativeYou can now use the Coinbase Smart Wallet in your React Native apps.
const wallet = createWallet("com.coinbase.wallet", { appMetadata: { name: "My app name", }, mobileConfig: { callbackURL: "https://example.com", }, walletConfig: { options: "smartWalletOnly", }, }); await wallet.connect({ client, });
-
#4454
c546b65
Thanks @joaquim-verges! - ExposecreateAndSignUserOp
utility function
Patch Changes
-
#4466
763e439
Thanks @joaquim-verges! - Export thirdweb/social functions and types -
#4477
42feff3
Thanks @kumaryash90! - More storage slots for proxy resolution -
#4462
f3a6179
Thanks @joaquim-verges! - Fix common icons theme in React Native -
#4473
baf1a21
Thanks @gregfromstl! - Updated SocialProfiles type to be SocialProfile[] -
#4478
80e0bfe
Thanks @gregfromstl! - Fix ERC20 balance read when showing pay modal