-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lib] Stop using Ethers.js client from Wagmi
Summary: In Wagmi 1.0 they switch from Ethers.js to their in-house alternative Viem. Our `ENSCache` code is built on Ethers.js. I'll consider migrating that to Viem, but for now the easiest thing is to decouple it. Depends on D9432 Test Plan: 1. Confirm that ENS resolution still works on mobile and web by opening up the inbox when I have recently chatted with an ENS user, and confirm that they ENS name is displayed 2. In combination with other diffs in the stack, I tested the following on both my local environment, and in a staging environment for my keyserver on comm.domains: - Mobile sign in with Rainbow wallet using Rainbow login - Mobile sign in with Rainbow wallet using WalletConnect login - Web sign in with Rainbow wallet using Rainbow login - Web sign in with Rainbow wallet using WalletConnect login - Web sign in with Metamask wallet Reviewers: rohan, atul, ginsu Reviewed By: atul Subscribers: tomek, wyilio Differential Revision: https://phab.comm.dev/D9433
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters