Skip to content

Releases

The release notes for our @privy-io/wagmi SDK.

0.2.11

  • Update internal typescript dependency to 5.5

0.2.10

  • Improve support for SSR

0.2.9

  • Revert automatic chain switch for unsupported networks

0.2.8

  • Switch chain upon connection for wallets not connected to one of wagmi's supported chains when using setActiveWalletForWagmi

0.2.7

  • Set wagmi connected wallet on privy connect wallet

0.2.6

  • Update minimum required @privy/react-auth version to fix reconnection issues

0.2.5

  • Allow apps to filter wallets that get passed to wagmi using setActiveWalletForWagmi
  • Fix issues with wagmi disconnect shim
  • Fix issue with useSwitchChain stuck in isPending state

0.2.4

  • Prioritize a login wallet over an embedded wallet if a user has both
  • Improve reconnect timing logic

0.2.3

  • Fix embedded wallet reconnection issues
  • Add experimental useEmbeddedSmartAccountConnector hook to support AA integrations

0.2.2

  • Ensure active wallet/connection in wagmi gets set to latest connected wallet
  • Default to ssr: true in wagmi createConfig

0.2.1

  • Fix for setActiveWallet

0.2.0

  • BREAKING CHANGE: Drop support for CommonJS to align with wagmi

0.1.1

  • Fix MM prompt on setActiveWallet

0.1.0

  • Initial release with support for wagmi v2