Skip to content

Commit 2e92e3c

Browse files
committed
Update Trezor/connect-web to 9.6.0 to support the new flow.
1 parent a999ba2 commit 2e92e3c

3 files changed

Lines changed: 1093 additions & 993 deletions

File tree

packages/keyring-eth-trezor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@ethereumjs/util": "^9.1.0",
5151
"@metamask/eth-sig-util": "^8.2.0",
5252
"@metamask/utils": "^11.1.0",
53-
"@trezor/connect-plugin-ethereum": "^9.0.3",
54-
"@trezor/connect-web": "~9.4.7",
53+
"@trezor/connect-plugin-ethereum": "^9.0.5",
54+
"@trezor/connect-web": "~9.6.0",
5555
"hdkey": "^2.1.0",
5656
"tslib": "^2.6.2"
5757
},

packages/keyring-eth-trezor/src/trezor-keyring.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const pathBase = 'm';
4040
const MAX_INDEX = 1000;
4141
const DELAY_BETWEEN_POPUPS = 1000;
4242
export const TREZOR_CONNECT_MANIFEST = {
43+
appName: 'MetaMask',
4344
email: 'support@metamask.io',
4445
appUrl: 'https://metamask.io',
4546
};

0 commit comments

Comments
 (0)