-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENS on Sepolia #4422
Comments
I have also tried with the latest version and still get the same error |
I have also checked on Sepolia and the contract at 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e exist. |
Note that you can add an EnsPlugin to the network manually |
Thanks! I’ll add this to the next patch release. In the meantime, @sealer3 is correct, you can add the EnsPlugin to your Network manually: const sepolia = Network.from("sepolia");
sepolia.addPlugin(new EnsPlugin());
const provider = new JsonRpcProvider(url, sepolia); If no ENS address is provided, it will use the default. :) |
Added in v6.8.1. Thanks! :) |
Ethers Version
6.3.0 and 6.8.0
Search Terms
Sepolia ENS
Describe the Problem
Even if ENS is on Sepolia
when calling
EnsResolver.fromName(provider, name)
I get this error
Error: network does not support ENS (operation="getEnsAddress", info={ "network": { "chainId": 11155111, "name": "sepolia" } }, code=UNSUPPORTED_OPERATION, version=6.3.0)`
Not sure if it's related to my version of Ethers or if ENS was never added to Sepolia.
Code Snippet
No response
Contract ABI
No response
Errors
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: