This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wc): work with all versions of the EIP-712 (#1851)
The 712 specification has evolved over time. The current accepted version in the community is `eth_signTypedData_v4`. That's why we have to check any method `eth_signTypedData` called with a version parameter.
- Loading branch information