Skip to content

Commit da6ebf1

Browse files
schmidsiclaude
andcommitted
Fix typos in ENSv2 readiness guide
- Fix grammar: "just update" → "just updating" - Replace "according" with "appropriate" for better clarity - Fix typo: "will introduction" → "will introduce" - Fix grammar: "an integrations" → "an integration" - Fix localhost URL to use relative path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5bc925c commit da6ebf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/web/ensv2-readiness.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Although ENSv2 is designed with multi-chain in mind, resolution always starts on
1414
Ethereum Mainnet. In order to prepare for ENSv2, a new Universal Resolver [was deployed](https://eth.blockscout.com/address/0xeEeEEEeE14D718C2B47D9923Deab1335E144EeEe)
1515
which acts as the canonical entry point and can be updated in the future if needed.
1616

17-
Applications integrating ENS resolution need to switch over to the new Universal Resolver. As described above, this might be as simple as just update the according library to the latest version which supports Universal Resolver.
17+
Applications integrating ENS resolution need to switch over to the new Universal Resolver. As described above, this might be as simple as just updating the appropriate library to the latest version which supports Universal Resolver.
1818

1919
Learn more about the [Universal Resolver here](/resolvers/universal) and about the [resolution process in general here](/resolution).
2020

@@ -24,13 +24,13 @@ To test if an integration uses the Universal Resolver, one can simply try to res
2424

2525
## CCIP Read
2626

27-
Already with ENSv1 it is possible to delegate resolution from Ethereum Mainnet to an L2 or completely offchain with [CCIP Read as specified in ERC-3668](http://localhost:5173/learn/ccip-read#layer-2--offchain-resolution).
28-
All libraries mentioned above already implement CCIP Read. That being said, not all integrations do it properly. Since ENSv2 will introduction the option to store a name on Ethereum Mainnet, Namechain or any other supported L2, support for CCIP-read will be fundamental.
27+
Already with ENSv1 it is possible to delegate resolution from Ethereum Mainnet to an L2 or completely offchain with [CCIP Read as specified in ERC-3668](https://eips.ethereum.org/EIPS/eip-3668).
28+
All libraries mentioned above already implement CCIP Read. That being said, not all integrations do it properly. Since ENSv2 will introduce the option to store a name on Ethereum Mainnet, Namechain or any other supported L2, support for CCIP-read will be fundamental.
2929

3030
Learn more about [CCIP-Read, Offchain and L2 resolvers here](/resolvers/ccip-read).
3131

3232
### Test
3333

34-
To test if an integrations properly implements CCIP Read, one can simply try to resolve `test.offchaindemo.eth` which should return address: `0x779981590E7Ccc0CFAe8040Ce7151324747cDb97`
34+
To test if an integration properly implements CCIP Read, one can simply try to resolve `test.offchaindemo.eth` which should return the address: `0x779981590E7Ccc0CFAe8040Ce7151324747cDb97`
3535

3636
{/* ## DNS Resolution */}

0 commit comments

Comments
 (0)