From de83dd7aab29676e287f3ead083fd3fb53be258a Mon Sep 17 00:00:00 2001 From: Greg Skriloff <35093316+gskril@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:19:31 -0500 Subject: [PATCH] Use name instead of address for extended resolver --- content/014_gasless_dnssec/readme.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/014_gasless_dnssec/readme.mdx b/content/014_gasless_dnssec/readme.mdx index 4f3ebd9..3c24415 100644 --- a/content/014_gasless_dnssec/readme.mdx +++ b/content/014_gasless_dnssec/readme.mdx @@ -20,7 +20,7 @@ Configuring your DNS name to work with ENS can be accomplished in a few simple s - Add a TXT record in the format `ENS1 ` - Done! Now your DNS name can be resolved according to whichever ENS resolver you specified. [Try it here](https://ens-resolution.vercel.app/). -For the easiest experience, we've created a special resolver that can read an Ethereum address from the same TXT record. The format is `ENS1 0x238A8F792dFA6033814B18618aD4100654aeef01 `. [Learn more on our support docs](https://support.ens.domains/en/articles/8834820-offchain-gasless-dnssec-names-in-ens#h_94b4356040). +For the easiest experience, we've created a special resolver that can read an Ethereum address from the same TXT record. The format is `ENS1 dnsname.ens.eth `. [Learn more on our support docs](https://support.ens.domains/en/articles/8834820-offchain-gasless-dnssec-names-in-ens#h_94b4356040). ---