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

Get popup appearing when suggesting new token

This commit is contained in:
Dan Finlay 2018-06-18 15:37:37 -07:00
parent f14ed32980
commit 5e4f3e430a
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class PreferencesController {
this.diagnostics = opts.diagnostics
this.store = new ObservableStore(initState)
this.showAddTokenUi = opts.showAddTokenUi
}
// PUBLIC METHODS
@ -79,7 +80,8 @@ class PreferencesController {
symbol,
}
this.suggestWatchToken()
this.addSuggestedToken(tokenOpts)
this.showAddTokenUi()
return end(null, {
result: rawAddress,

View File

@ -85,6 +85,7 @@ module.exports = class MetamaskController extends EventEmitter {
this.preferencesController = new PreferencesController({
initState: initState.PreferencesController,
initLangCode: opts.initLangCode,
showAddTokenUi: opts.showAddTokenUi,
})
// currency controller