ensdomains / ensjs

ENS javascript library for contract interaction
MIT License
120 stars 56 forks source link

bug: getName not resolving correct for some addresses #168

Closed alvaroraminelli closed 7 months ago

alvaroraminelli commented 7 months ago

Package Version

3.2.0

Current Behavior

The getName function correctly resolves addresses for some ENS names (e.g., renanmav.eth and graynewfield.eth) and fails for others (e.g. alvaroraminelli.eth)

Expected Behavior

getName for the following names:

renanmav.eth alvaroraminelli.eth graynewfield.eth

Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)

https://stackblitz.com/edit/viem-getting-started-uwm8cj?file=package.json,index.ts

Anything else?

No response

TateB commented 7 months ago

already discussed in https://github.com/wevm/viem/issues/1753