@trezor/connect-plugin-ethereum
Version:
@trezor/connect plugin for Ethereum
16 lines (10 loc) • 1.03 kB
Markdown
# @trezor/connect-plugin-ethereum
[](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
[](https://www.npmjs.org/package/@trezor/connect-plugin-ethereum)
[](https://snyk.io/test/github/trezor/trezor-suite?targetFile=packages/connect-plugin-ethereum/package.json)
T1B1 firmware currently does not support constructing [EIP-712](https://eips.ethereum.org/EIPS/eip-712)
hashes. However, it supports signing pre-constructed hashes.
EIP-712 hashes can be constructed with the plugin function
[transformTypedData](./index.js)
You may also wish to construct your own hashes using a different library.
For more information refer to [docs/ethereumSignTypedData](../../docs/packages/connect/methods/ethereumSignTypedData.md)