diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js index 0c936eb27..0b2f34baa 100644 --- a/app/scripts/controllers/preferences.js +++ b/app/scripts/controllers/preferences.js @@ -65,6 +65,7 @@ export default class PreferencesController { this.diagnostics = opts.diagnostics this.network = opts.network this.store = new ObservableStore(initState) + this.store.setMaxListeners(12) this.openPopup = opts.openPopup this._subscribeProviderType()