feature/default_network_editable
brunobar79 6 years ago
parent 9b1df386de
commit 7fb9f91d27
  1. 2
      app/manifest.json
  2. 14853
      package-lock.json
  3. 3
      package.json

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

14853
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -125,7 +125,7 @@
"eth-method-registry": "^1.0.0", "eth-method-registry": "^1.0.0",
"eth-phishing-detect": "^1.1.4", "eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2", "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-sig-util": "^2.0.2",
"eth-token-tracker": "^1.1.5", "eth-token-tracker": "^1.1.5",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",
@ -264,7 +264,6 @@
"eslint-plugin-mocha": "^5.0.0", "eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0", "eslint-plugin-react": "^7.4.0",
"eth-json-rpc-middleware": "^3.1.6", "eth-json-rpc-middleware": "^3.1.6",
"eth-keyring-controller": "^3.3.1",
"fetch-mock": "^6.5.2", "fetch-mock": "^6.5.2",
"file-loader": "^1.1.11", "file-loader": "^1.1.11",
"fs-extra": "^6.0.1", "fs-extra": "^6.0.1",

Loading…
Cancel
Save