Skip to main contentThe release notes for our @privy-io/wagmi SDK.
Improvements
- Remove unnecessary logic when setting up the smart account connector
Improvements
- Improve consistency when using
connectOrCreateWallet from the Privy React SDK
Improvements
- Update dependencies for viem and others
Improvements
- Upgrade minimum peer dependency versions
Other Changes
- Internal build improvements
Bug Fixes
- Fix race condition affecting reconnect after previously logging out
Improvements
- Update
@privy-io/react-auth peer dependency to v2
Improvements
- Add support for react
v19
Improvements
- Update internal
typescript dependency to 5.5
Other Changes
- Revert automatic chain switch for unsupported networks
Other Changes
- Switch chain upon connection for wallets not connected to one of wagmi’s supported chains when using
setActiveWalletForWagmi
Other Changes
- Set wagmi connected wallet on privy connect wallet
Improvements
- Update minimum required
@privy/react-auth version to fix reconnection issues
Bug Fixes
- Fix issues with wagmi disconnect shim
- Fix issue with
useSwitchChain stuck in isPending state
Other Changes
- Allow apps to filter wallets that get passed to wagmi using
setActiveWalletForWagmi
Improvements
- Improve reconnect timing logic
Other Changes
- Prioritize a login wallet over an embedded wallet if a user has both
Improvements
- Add experimental
useEmbeddedSmartAccountConnector hook to support AA integrations
Bug Fixes
- Fix embedded wallet reconnection issues
Bug Fixes
- Ensure active wallet/connection in wagmi gets set to latest connected wallet
Other Changes
- Default to
ssr: true in wagmi createConfig
- BREAKING CHANGE: Drop support for CommonJS to align with wagmi
Bug Fixes
- Fix MM prompt on setActiveWallet
Other Changes
- Initial release with support for wagmi v2