thirdweb@5.25.0
Minor Changes
-
#3140
fc1b658
Thanks @gregfromstl! - Show in-app wallet users an option to export their private key. Enabled by default.Usage
To hide the private key export:
import { inAppWallet } from "thirdweb/wallets"; const wallet = inAppWallet({ hidePrivateKeyExport: true, });
-
#3154
99d11bb
Thanks @gregfromstl! - Adds the ability to copy the wallet connect connection link as an alternative to scanning the QR code -
#3150
9c417d9
Thanks @gregfromstl! - Adds onDisconnect callback to connect buttonUsage
<ConnectButton client={THIRDWEB_CLIENT} onDisconnect={() => console.log("disconnect")} theme={theme === "light" ? "light" : "dark"} />
Patch Changes
-
#3162
b9b185b
Thanks @joaquim-verges! - Add support for CB wallet in react native -
#3151
8b606b5
Thanks @joaquim-verges! - Better handling for multiple accounts connected -
#3144
c1d3a5a
Thanks @joaquim-verges! - Fix resolveScheme for native apps -
#3153
3b03cd0
Thanks @gregfromstl! - Improve the copy on the pending connection QR code screen in the connect modal