-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange error with ENS names #504
Comments
That’s odd. That looks more like the error when the internet is down (obviously since you can get the balance, that is not the case). I’ll look into this once I get to Starbucks. |
yes ! for exemple the domain |
I have verified this is a bug and will get it fixed soon. |
This should be fixed in Thanks! :) |
(oh, also getBalance still throws an error, just a more meaningful error, since getting the balance of a non-existent ENS name should still be an error. :)) |
Thanks for your work @ricmoo !!! |
Hi ! I just noticed a strange behaviour when querying with ENS names :
Ethers v4.0.27 on node
This will trigger the following error :
Expected behaviour :
return a more meaningful error, or in case of
getBalance()
simply 0x0Minimal step to reproduce (on goerli) :
doesntexist.test
doesn't existvitalik.test
exist without any resolverblockframes.test
exist with a resolver but no addressThe text was updated successfully, but these errors were encountered: