-
Ethers Version5.6.4 Search Termsemoji, ens, unicode6, rocket emoji, reverse ens Describe the ProblemThere is an apparent compatibility issue with some emojis for Reverse-ENS lookup. For instance, lookupAddress for the below address should return >> cosmic🚀.eth <<, but instead returns a Null result Code Snippetawait new ethers.providers.CloudflareProvider().lookupAddress('0x53405e2b1c38e0e889c64da86def736373ea8d01')
pending
null Contract ABINo response ErrorsNo response EnvironmentEthereum (mainnet/ropsten/rinkeby/goerli) Environment (Other)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That’s because that name is currently invalid according the to ENS specification; they will be releasing a new spec soon, which ethers will adopt, which expands the definition of a valid ENS name. For more details, follow #2376. |
Beta Was this translation helpful? Give feedback.
That’s because that name is currently invalid according the to ENS specification; they will be releasing a new spec soon, which ethers will adopt, which expands the definition of a valid ENS name.
For more details, follow #2376.