Replies: 1 comment 6 replies
-
Can you include a code example including the types and TypedData? You only need ENS if you are using an ENS name as an address in your payload. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.6.2
Search Terms
_signTypedData
Describe the Problem
When I try to sign a typed data with the method _signTypedData on the Celo blockchain i'm getting the following error
Error: network does not support ENS (operation="getResolver", network="unknown", code=UNSUPPORTED_OPERATION, version=providers/5.6.2)
Do you know if I can add an ENS resolver manually? or anything else I could do to make it work? The same code does work with other chain
Code Snippet
No response
Contract ABI
No response
Errors
Environment
node.js (v12 or newer)
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions