diff --git a/app/scripts/main.js b/app/scripts/main.js index fdc3e5054a..10f0fe0bf3 100644 --- a/app/scripts/main.js +++ b/app/scripts/main.js @@ -93,6 +93,10 @@ if (IS_CX) { window.SecalotEth = secalotEth; window.MewConnectEth = MewConnectEth; window.MewConnect = MewConnect; + trezorConnect.manifest({ + email: 'info@myetherwallet.com', + appUrl: 'https://vintage.myetherwallet.com' + }); } var CustomGasMessages = require("./customGas.js"); window.CustomGasMessages = CustomGasMessages; diff --git a/package.json b/package.json index 98f4466996..23789a5ebe 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-zip": "^4.0.0", "npm": "^6.4.1", "run-sequence": "^1.2.2", - "trezor-connect": "^5.0.33", + "trezor-connect": "^7.0.1", "u2f-api": "^1.0.8", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0",