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
For whatever it's worth, when passing the --verify flag, which cast says does the following: "Perform a reverse lookup to verify that the name is correct."
emo-eth
changed the title
bug(cast): resolve-name and lookup-address commands do not work
bug(cast): resolve-name and lookup-address ENS commands do not work
Apr 23, 2024
Note that just "emo" still won't work after #7765, we always required the full name string.
The error message would generically say "resolver not found", so this could be improved, or alternatively we can default any name that does not contain dots "." to ".eth".
I'll leave this for another PR.
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (008922d 2024-04-23T00:22:15.514185000Z)
What command(s) is the bug in?
cast lookup-address, cast
Operating System
macOS (Apple Silicon)
Describe the bug
These commands used to work. They no longer do.
See: https://app.ens.domains/slokh.eth https://app.ens.domains/emo.eth
For whatever it's worth, when passing the --verify flag, which cast says does the following: "Perform a reverse lookup to verify that the name is correct."
The text was updated successfully, but these errors were encountered: