MetricsDAO / xyz

MetricsDAO XYZ Website
https://metricsdao.xyz
Apache License 2.0
12 stars 8 forks source link

feat: update wallet connect to v2 #937

Closed nftchance closed 1 year ago

nftchance commented 1 year ago

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.