From b2209bfbd362f933484c1f9d7578f59993939e3b Mon Sep 17 00:00:00 2001 From: Daniel Sinclair Date: Fri, 17 May 2024 19:54:02 -0400 Subject: [PATCH] chore: changeset --- .changeset/warm-impalas-teach.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/warm-impalas-teach.md diff --git a/.changeset/warm-impalas-teach.md b/.changeset/warm-impalas-teach.md new file mode 100644 index 0000000000..37e82e8a4f --- /dev/null +++ b/.changeset/warm-impalas-teach.md @@ -0,0 +1,13 @@ +--- +"@rainbow-me/rainbowkit": minor +--- + +Upgraded compatible `wagmi` and `@coinbase/wallet-sdk` versions to support [Coinbase Smart Wallet](https://www.smartwallet.dev/why). + +Smart Wallet enables users to create a new wallet in seconds with Passkeys, without installing an app or extension. Smart Wallet users can use the same account and address across all onchain apps with RainbowKit. + +Smart Wallet and the underlying smart contract is fully compatible with Wagmi, but dApps need to ensure that their offchain signature validation is [ERC-6492](https://eips.ethereum.org/EIPS/eip-6492) compliant to support smart contracts. Follow [this guide](https://www.smartwallet.dev/guides/signature-verification) for more information. + +Smart Wallet is currently only available for testnets while using RainbowKit in a local development environment. Support for Mainnet and full production rollout will occur automatically later this month. + +Coinbase Wallet users on desktop and mobile will now interact with a new connection flow in RainbowKit alongside Smart Wallet.