DePayFi/web3-mock

Support for signTypedData

dmlayton opened this issue · 4 comments

Thanks for this project! I'm trying to write cypress tests and Metamask was being a pain.

I'm getting Web3Mock request: Unknown request method eth_signTypedData_v4!
looks like it's just not a supported case

Hi there, and thanks for using web3-mock 🎉

Correct, we don't support signatures for structured data, yet.

Feel free to add it or to fund it via https://gitcoin.co 🙏

Pull request #9

Created a new pull request #10 with the requested documentation and test.