interface
interface copied to clipboard
ENS address not displaying on non-Mainnet chains
Bug Description When a user has an ENS resolved, it should display on all chains, including L2s. Right now we try to resolve using the Mainnet web3-react connector that is active, instead of always using a Mainnet ethers connection.
Steps to Reproduce
- Go to swap
- Connect a wallet with ENS resolved
- Switch to Polygon
Expected Behavior On Polygon, Mainnet ENS should still render.
Additional Context Please comment if interested in working on this, I can give some web3-react suggestions if you get stuck