Skip to content

Commit

Permalink
Use name instead of address for extended resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril committed Jan 29, 2024
1 parent efde566 commit de83dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/014_gasless_dnssec/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ens-resolver-address>`
- 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 <eth-address>`. [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 <eth-address>`. [Learn more on our support docs](https://support.ens.domains/en/articles/8834820-offchain-gasless-dnssec-names-in-ens#h_94b4356040).

---

Expand Down

0 comments on commit de83dd7

Please sign in to comment.