1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

trezor v6

This commit is contained in:
brunobar79 2018-11-20 19:12:11 -05:00
parent 9b1df386de
commit 7fb9f91d27
3 changed files with 7441 additions and 7419 deletions

View File

@ -55,7 +55,7 @@
},
{
"matches": [
"*://connect.trezor.io/5/popup.html"
"*://connect.trezor.io/*/popup.html"
],
"js": [
"vendor/trezor/content-script.js"

14853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -125,7 +125,7 @@
"eth-method-registry": "^1.0.0",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-trezor-keyring": "github:MetaMask/eth-trezor-keyring#trezor-v5",
"eth-trezor-keyring": "github:MetaMask/eth-trezor-keyring#trezor-v6",
"eth-sig-util": "^2.0.2",
"eth-token-tracker": "^1.1.5",
"ethereumjs-abi": "^0.6.4",
@ -264,7 +264,6 @@
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0",
"eth-json-rpc-middleware": "^3.1.6",
"eth-keyring-controller": "^3.3.1",
"fetch-mock": "^6.5.2",
"file-loader": "^1.1.11",
"fs-extra": "^6.0.1",