v1.4.0
ConnectKit Update 1.4.0
This update improves the developer experience of using ConnectKit by upgrading the peer dependency wagmi up a version to 1.x.x
, and removes the peer dependency ethers
in favor of viem
.
Note
This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.
New
- Updates peer dependency
wagmi
to1.x.x
. - Adds peer dependency
viem
.
Deprecated
- Removes peer dependency on
ethers
.