I cloned the workshop with the basic meta-tx management using oz defender relayer: https://github.com/OpenZeppelin/workshops/tree/master/25-defender-metatx-api
Environment
Mac OS
Details
After cloning the repo, i've added a private key to the .env file in the root folder and run "yarn test".
All the tests including the meta-tx are failing with the error
"MethodNotSupportedError: Method eth_signTypedData is not supported"
Code to reproduce
Clone the repo, build the code with yarn build, add this Private Key to the .env file: PRIVATE_KEY=075546cddad7ce53ac599a1f264cbbe0ba59832b28ee24af7bd168fcfce47802
run yarn test