mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-16 09:34:57 +00:00
3049c6016b
Extend support for legacy `eth_sign` and `eth_signTypedData` methods. Keep the `eth_sign` using the legacy method for compatibility Use the newly added status-go apis for a safer implementation of signing typed data by providing chain validation. Closes: #15361