Network does not support ENS #5017
Unanswered
doubleb219
asked this question in
Q&A
Replies: 2 comments
-
This means you are passing an invalid address in somewhere. In v5 it is hard to identify where, since the address is not included in the error. Migrating to v6 might take some time, but I recommend it. But I would recommend |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving to discussions. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.8.0
Search Terms
ENS
Describe the Problem
I've tried to call write function of the contract on Pulse testnetchain. But I saw error like this
network does not support ENS (operation="getResolver", network="unknown", code=UNSUPPORTED_OPERATION, version=providers/5.8.0) {"reason":"network does not support ENS","code":"UNSUPPORTED_OPERATION","operation":"getResolver","network":"unknown","stack"
How should I solve this problem?
Code Snippet
Contract ABI
Errors
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions