This upgrades RainbowKit and wagmi to the last version that supported Ethers to avoid the need for refactoring everything.
Right now, the generation of contract interactions is based around typechain that uses ethers-v5, meaning migration is not exactly straightforward given wagmi replaced ethers with viem
Given a fix for interaction generation, migration can be done with ease.
This upgrades
RainbowKit
andwagmi
to the last version that supported Ethers to avoid the need for refactoring everything.Right now, the generation of contract interactions is based around
typechain
that usesethers-v5
, meaning migration is not exactly straightforward givenwagmi
replacedethers
withviem
Given a fix for interaction generation, migration can be done with ease.