Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"dependencies": ["eslint-plugin-import", "typescript"],
"range": "~"
},
{
"label": "use tilde range for @trezor/connect-web (TODO: remove once the extension agree on using a higher version)",
"dependencies": ["@trezor/connect-web"],
"range": "~"
},
{
"label": "use exact versions for some dependencies",
"dependencies": ["yarn"],
Expand Down
4 changes: 2 additions & 2 deletions packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/utils": "^11.1.0",
"@trezor/connect-plugin-ethereum": "^9.0.3",
"@trezor/connect-web": "~9.4.7",
"@trezor/connect-plugin-ethereum": "^9.0.5",
"@trezor/connect-web": "^9.6.0",
"hdkey": "^2.1.0",
"tslib": "^2.6.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/keyring-eth-trezor/src/trezor-keyring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const pathBase = 'm';
const MAX_INDEX = 1000;
const DELAY_BETWEEN_POPUPS = 1000;
export const TREZOR_CONNECT_MANIFEST = {
appName: 'MetaMask',
email: 'support@metamask.io',
appUrl: 'https://metamask.io',
};
Expand Down
Loading
Loading