-
Notifications
You must be signed in to change notification settings - Fork 11
Support for RainbowKit 0.12.x #44
Comments
ah this version slipped by us. |
having more trouble with this than the 1.0 release. 🫤 |
Oh no - sorry to hear that. Have you've seen/used the newly released ethers.js adapters for wagmi 1.x.x? This allows projects to continue using ethers.js w/ wagmi 1.x, and incrementally migrate to viem. Thanks for all the work (and fighting all the trouble ;-) ) to get this released, @aaronmgdr . |
@fodisi Yes, you should be able to follow the tutorials that you linked in your comment above for your application without any changes to rainbowkit-celo. I was able to get it working on our example in this repo and I've made a branch for reference. You can see here where I implemented the code given by the wagmi team. Then you can see here where I use both the ethers signer and the ethers provider. Hopefully, this is also sufficient for your needs. Please reach out again if you run into any issues! |
Also, here's a more in-depth tutorial I posted to Celo Academy that includes a guide on using Ethers with rainbowkit/wagmi 1.x.x. |
Hi.
Which version should be used with rainbowkit 0.12.x? this rainbowkit version has support for wallet connect v2, without the need to fully migrate to v1.x.x. But it still accepts passing
projectId
from WC Cloud, which is now required.Thanks
The text was updated successfully, but these errors were encountered: