_signTypedData throws Error: network does not support ENS on hardhat local chain #4090
-
Hi I'm using a local block chain for testing (
I get 'Error: network does not support ENS`. Any advice on how to fix this would be appreciated. trader has come from ethers.getSigners() the values passed in are: Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, found the problem. value.trader should be the signer's address not the signer itself. |
Beta Was this translation helpful? Give feedback.
Sorry, found the problem. value.trader should be the signer's address not the signer itself.