You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already mentioned this to @rekmarks, but opening an issue too. The ENS resolving needs to be updated, this is due to a resolving bug in ENS that was probably carried over. If you use for example pactxt.eth in the browser it resolves. However uniswap.eth does not.
Problem
This is because there was an issue in the contenthash library that did not resolve names correctly when they were IPNS hashes. You can see a more detailed discussion here: ensdomains/ens-app#849. This was recently fixed in ENS which can be viewed here: ensdomains/ui#77.
Expected behavior
Names using IPNS names resolve properly in the browser.
Bug Report
I already mentioned this to @rekmarks, but opening an issue too. The ENS resolving needs to be updated, this is due to a resolving bug in ENS that was probably carried over. If you use for example
pactxt.eth
in the browser it resolves. Howeveruniswap.eth
does not.Problem
This is because there was an issue in the contenthash library that did not resolve names correctly when they were IPNS hashes. You can see a more detailed discussion here: ensdomains/ens-app#849. This was recently fixed in ENS which can be viewed here: ensdomains/ui#77.
Expected behavior
Names using IPNS names resolve properly in the browser.
Actual behavior
They currently do not.
Notes
A corresponding issue was opened in status: status-im/status-mobile#10974
The text was updated successfully, but these errors were encountered: