From e509502f520aa85d669b0e70ccea45cfd10a1d47 Mon Sep 17 00:00:00 2001 From: Greg Skriloff <35093316+gskril@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:52:21 -0400 Subject: [PATCH] Add test case to UR guide --- src/pages/resolvers/universal.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/resolvers/universal.mdx b/src/pages/resolvers/universal.mdx index e867c808..95bab75f 100644 --- a/src/pages/resolvers/universal.mdx +++ b/src/pages/resolvers/universal.mdx @@ -13,6 +13,13 @@ The Universal Resolver is a smart contract that simplifies the process of resolv Adopting the universal resolver will make the transition to [ENSv2](https://ens.domains/ensv2) seamless. +## Test Case + +You might be asking yourself, "How do I know if my application is already using the Universal Resolver?" + +To answer that question, we've prepared a test case. If you're using the Universal Resolver, your app should resolve `ur.gtest.eth` to `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE`. If it's not, it will resolve to `0x1111111111111111111111111111111111111111`. + + ## Implementation Guide The Universal Resolver should be treated as the canonical entrypoint to ENS for name resolution. `0xeEeEEEeE14D718C2B47D9923Deab1335E144EeEe` is the official deployment address on Ethereum Mainnet and testnets, which is a proxy contract owned by ENS DAO that will be upgraded to support [ENSv2](https://ens.domains/ensv2) in the future.