Upgrading RainbowKit to support wagmi v2 - Connector Changes #1539
Replies: 9 comments 9 replies
-
Looks like wagmi/viem makes it possible to change chains while being disconnected now so it could be a good additon to RainbowKit as well +1 |
Beta Was this translation helpful? Give feedback.
-
@DannyDelott Thanks for spotting this. We are working with the Wagmi team on starting this migration. It will mean breaking changes for RainbowKit, so you probably won't see a production release for another ~1.5 months. The Wagmi release is expected to remain in alpha during that time. |
Beta Was this translation helpful? Give feedback.
-
Now that wagmi v2 is released, is there a public beta of rainbowkit that supports it? |
Beta Was this translation helpful? Give feedback.
-
When can we expect for migration? |
Beta Was this translation helpful? Give feedback.
-
Also interested to know if there's an estimated release date for this |
Beta Was this translation helpful? Give feedback.
-
We'll release the RainbowKit beta with Wagmi v2 support over the weekend, and I'll make sure to update the thread here. |
Beta Was this translation helpful? Give feedback.
-
Thank you for supporting efforts to enable wagmi v2 for the rainbow-kit.
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
@DanielSinclair Hi. Is there some news about when rainbow-kit with wagmi v.2 support will be out in prod? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
We're looking to upgrade RainbowKit to support the latest version of wagmi, specifically v2. The new version introduces some changes that affect our current implementation.
For reference, here's the discussion on wagmi v2: Wagmi v2 Discussion.
One of the main challenges is the change in the shape of
connectors
returned fromgetDefaultWallets
. Here's a snippet of our current implementation:Would love to hear your thoughts, suggestions, or any potential solutions to address this.
Beta Was this translation helpful? Give feedback.
All reactions