aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/src')
-rw-r--r--packages/types/src/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 5261ddfe2..4375fc631 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -140,14 +140,13 @@ export enum SignatureType {
}
/**
- * The type of the Signer implementation. Some signer implementations use different message prefixes (e.g Trezor) or implement different
+ * The type of the Signer implementation. Some signer implementations use different message prefixes or implement different
* eth_sign behaviour (e.g Metamask). Default assumes a spec compliant `eth_sign`.
*/
export enum SignerType {
Default = 'DEFAULT',
Ledger = 'LEDGER',
Metamask = 'METAMASK',
- Trezor = 'TREZOR',
}
export enum AssetProxyId {