Skip to content

Commit

Permalink
Fixed formatting resolvers/writing.mdx (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol authored Sep 11, 2024
1 parent aa936fa commit 2edf1cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/resolvers/writing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ export const meta = {
Every ENS name has a resolver, which is responsible for resolving information about a name.
By writing your own resolver contract you can extend the functionality of your name, subnames, and more.

resolvers are a core part of the ENS protocol

they give the power to a name "node" to control the resolution process from itself onwards (its subdomains etc)

resolvers were originally standardized in EIP 137, but have since received a few updates such as [EIP 181](https://eips.ethereum.org/EIPS/eip-181), [EIP 2304](https://eips.ethereum.org/EIPS/eip-2304), and [ENSIP-10](/ensip/10).
Resolvers are a core part of the ENS protocolm, they give the power to a name "node" to control the resolution process from itself onwards (its subdomains etc). Resolvers were originally standardized in EIP 137, but have since received a few updates such as [EIP 181](https://eips.ethereum.org/EIPS/eip-181), [EIP 2304](https://eips.ethereum.org/EIPS/eip-2304), and [ENSIP-10](/ensip/10).

## Resolver Interface

Expand Down

0 comments on commit 2edf1cb

Please sign in to comment.