"UNSUPPORTED_OPERATION" when using getResolver() on Sepolia Testnet #4396
Unanswered
zixiang2018
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
Context
I am trying to resolve domain names (e.g.
alice.eth
) on theSepolia
testnet but I keep encountering an error. I realise, probably coincidentally, thatalice.eth
is able to be resolved to its corresponding addresses onMainnet
andGoerli
network but it keeps erroring onSepolia
testnet (error shown below).Just wondering, could it be that Sepolia testnet does not support ENS? Or are there currently no valid domains on the Sepolia testnet?
Here is my code:
I am trying this on
ethers@5.7.2
, and I also get the same error onethers@6.7.1
. Hence I dont think it might be due to the ethers versioningHere is the error I got from
provider.resolveName
Pardon me if this showed a lack of knowledge about the ENS.
Any help will be appreciated 🙇
Beta Was this translation helpful? Give feedback.
All reactions