thirdweb@5.37.0
Minor Changes
-
#3678
31ee4e5
Thanks @ElasticBottle! - Add discord login as an option of thirdweb in app wallet and ecosystem wallet loginsimport { inAppWallet } from "thirdweb/wallets"; const wallet = inAppWallet(); const account = await wallet.connect({ client, chain, strategy: "discord", });
-
#3716
ec3405b
Thanks @gregfromstl! - Adds Discord login to the React Native SDK
Patch Changes
-
#3746
870be08
Thanks @gregfromstl! - Update Connect UI tabs styling -
#3751
aba1266
Thanks @joaquim-verges! - Handle minimum amount in buy to crypto flow -
#3762
6a94696
Thanks @MananTank! - Fix Wallet switcher icon position in wallet details modal -
#3661
c6741b4
Thanks @joaquim-verges! - Handle ERC20 transaction value in Pay components -
#3748
24bcee2
Thanks @joaquim-verges! - Fix disconnect button color in light mode SIWE react native -
#3676
56b34ce
Thanks @kien-ngo! - Allow to add extra call data toprepareContractCall