Closed 0xShisui closed 2 years ago
According to the implementation here https://github.com/0xProject/tools/blob/development/subproviders/src/subproviders/trezor.ts#L157 eth_signTypedData are not supported by Trezor.
eth_signTypedData
However, Trezor supports it now (it's really recent tho) Implementation : https://github.com/trezor/connect/commit/08e43827927101dbe3f739f825810e9b565ff932 Doc: https://github.com/trezor/connect/blob/develop/docs/methods/ethereumSignTypedData.md
Do you have any plan to add this to the TrezorSubprovider ?
TrezorSubprovider
Thank you.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
According to the implementation here https://github.com/0xProject/tools/blob/development/subproviders/src/subproviders/trezor.ts#L157
eth_signTypedData
are not supported by Trezor.However, Trezor supports it now (it's really recent tho) Implementation : https://github.com/trezor/connect/commit/08e43827927101dbe3f739f825810e9b565ff932 Doc: https://github.com/trezor/connect/blob/develop/docs/methods/ethereumSignTypedData.md
Do you have any plan to add this to the
TrezorSubprovider
?Thank you.