You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/web/ensv2-readiness.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Although ENSv2 is designed with multi-chain in mind, resolution always starts on
14
14
Ethereum Mainnet. In order to prepare for ENSv2, a new Universal Resolver [was deployed](https://eth.blockscout.com/address/0xeEeEEEeE14D718C2B47D9923Deab1335E144EeEe)
15
15
which acts as the canonical entry point and can be updated in the future if needed.
16
16
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.
18
18
19
19
Learn more about the [Universal Resolver here](/resolvers/universal) and about the [resolution process in general here](/resolution).
20
20
@@ -24,13 +24,13 @@ To test if an integration uses the Universal Resolver, one can simply try to res
24
24
25
25
## CCIP Read
26
26
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.
29
29
30
30
Learn more about [CCIP-Read, Offchain and L2 resolvers here](/resolvers/ccip-read).
31
31
32
32
### Test
33
33
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`
0 commit comments