We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code:
const provider = new ethers.providers.JsonRpcProvider( `https://eth-mainnet.alchemyapi.io/v2/${alchemyApiKey}`, ); return await provider.getAvatar(domainName);
throws this error message: STRINGPREP_CONTAINS_UNASSIGNED for non-ascii ENS domain names, e.g 🐶doge.eth
STRINGPREP_CONTAINS_UNASSIGNED
🐶doge.eth
Is it a bug or I'm missing something?
The text was updated successfully, but these errors were encountered:
This is a known issue. There is still work being done by the ENS team to determine the safest way to normalize joiners and such within Unicode names.
You can follow along with the progress on this via issue #2376, so I’ll close this as a duplicate. :)
Sorry, something went wrong.
No branches or pull requests
This code:
throws this error message:
STRINGPREP_CONTAINS_UNASSIGNED
for non-ascii ENS domain names, e.g
🐶doge.eth
Is it a bug or I'm missing something?
The text was updated successfully, but these errors were encountered: