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
do we have a example (or unit test case) that tell us how to set or update text record for ENS Records? Reference page: https://docs.ens.domains/dapp-developer-guide/managing-names
using javascript: ens.name('iam.alice.eth').setText('test', 'Test record');
ens.name('iam.alice.eth').setText('test', 'Test record');
The text was updated successfully, but these errors were encountered:
Hello @Tomas-Shao we don't support this at the moment, but keeping this as tracker.
Sorry, something went wrong.
@DarthMike thanks for your reply. But do we have a plan to do it ? because it's a standard ENS contract. right ?
We'll implement it in the near future, that's why we keep the ticket open
No branches or pull requests
do we have a example (or unit test case) that tell us how to set or update text record for ENS Records?
Reference page: https://docs.ens.domains/dapp-developer-guide/managing-names
using javascript:
ens.name('iam.alice.eth').setText('test', 'Test record');
The text was updated successfully, but these errors were encountered: