File tree Expand file tree Collapse file tree 4 files changed +3
-169
lines changed Expand file tree Collapse file tree 4 files changed +3
-169
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const createOriginMiddleware = require('./lib/createOriginMiddleware')
1414const createLoggerMiddleware = require ( './lib/createLoggerMiddleware' )
1515const createProviderMiddleware = require ( './lib/createProviderMiddleware' )
1616const setupMultiplex = require ( './lib/stream-utils.js' ) . setupMultiplex
17- const KeyringController = require ( './ keyring-controller' )
17+ const KeyringController = require ( 'eth- keyring-controller' )
1818const NetworkController = require ( './controllers/network' )
1919const PreferencesController = require ( './controllers/preferences' )
2020const CurrencyController = require ( './controllers/currency' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ which we dont have access to at the time of this writing.
1010const ObservableStore = require ( 'obs-store' )
1111const ConfigManager = require ( '../../app/scripts/lib/config-manager' )
1212const IdentityStoreMigrator = require ( '../../app/scripts/lib/idStore-migrator' )
13- const KeyringController = require ( '../../app/scripts/lib/ keyring-controller' )
13+ const KeyringController = require ( 'eth- keyring-controller' )
1414
1515const password = 'obviously not correct'
1616
Original file line number Diff line number Diff line change 5353 "async" : " ^2.5.0" ,
5454 "await-semaphore" : " ^0.1.1" ,
5555 "babel-runtime" : " ^6.23.0" ,
56- "bip39" : " ^2.2.0" ,
5756 "bluebird" : " ^3.5.0" ,
5857 "bn.js" : " ^4.11.7" ,
59- "browser-passworder" : " ^2.0.3" ,
6058 "browserify-derequire" : " ^0.9.4" ,
6159 "client-sw-ready-event" : " ^3.3.0" ,
6260 "clone" : " ^2.1.1" ,
7068 "ensnare" : " ^1.0.0" ,
7169 "eth-bin-to-ops" : " ^1.0.1" ,
7270 "eth-contract-metadata" : " ^1.1.4" ,
73- "eth-hd-keyring" : " ^1.1.1" ,
7471 "eth-json-rpc-filters" : " ^1.1.0" ,
72+ "eth-keyring-controller" : " ^1.0.1" ,
7573 "eth-phishing-detect" : " ^1.1.4" ,
7674 "eth-query" : " ^2.1.2" ,
7775 "eth-sig-util" : " ^1.2.2" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments