Metamask only resolve ENS on mainnet #8556
Labels
area-name-systems
release-12.5.0
Issue or pull request that will be included in release 12.5.0
release-12.6.0
Issue or pull request that will be included in release 12.6.0
type-enhancement
Following the late January 2020 merged PR:
#7944
Metamask is not able anymore to redirect to the appropriate ENS registry other than Mainnet when a user input an eth domain in the browser address bar.
The main argument was to say that some users are confused. I stressed the point that this argument is not necessary valid as the user at some point changed their network. Don't forget either that now the situation is even more confusing because a This site can’t be reached page is displayed with no user warning as well.
To improve the situation the previous behaviour needs to be restored. Metamask needs to redirect to the registries supported by ENS (Mainet, ropsten, rinkeby and goerli) when a user input an eth domain in te browser address bar. To avoid any user confusion I see two ways.
The first proposal could be a simple warning dialog box but it implies a user interaction.
The second proposal a little bit more sophisticated. It could be to tune the current Metamask is querying ENS temporary html page with a network title and coloring the displayed image with the default color associated with each network displayed in the Metamask browser extension Network page.
Thanks
The text was updated successfully, but these errors were encountered: