Skip to content

v1.1.2

Compare
Choose a tag to compare
@lochie lochie released this 24 Jan 03:25
· 135 commits to main since this release
f1d4b58

ConnectKit Update 1.1.2

This update moves the peer dependency wagmi up to the latest version (0.10.x).

This does not yet include support for WalletConnect 2.0.

New

  • Update peer dependency wagmi to version 0.10.x.
  • New options for ethereumOnboardingUrl and walletOnboardingUrl to custom change the Learn More and About Wallets call to actions.

Fixed

  • Remove sunset ethhub.io links and replace with ethereum.org links.

Improved

  • Update to chain handling to allow devs access to the configured chains using getGlobalChains.
  • Update to allow turning off the default targeted chainId to let wallets connect using their currently active chain.
    • This can be done by setting initialChainId to 0 within the getDefaultClient helper function.