Skip to content

Commit

Permalink
to test the e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kanthesha committed Sep 25, 2024
1 parent ad7a546 commit da01b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/controllers/preferences-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default class PreferencesController {
return acc;
}, {});

// the default preferences controller state
const initState: PreferencesControllerState = {
selectedAddress: '',
useBlockie: false,
Expand Down
1 change: 1 addition & 0 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ export default class MetamaskController extends EventEmitter {
state: initState.AccountsController,
});

// the preferences messenger
const preferencesMessenger = this.controllerMessenger.getRestricted({
name: 'PreferencesController',
allowedActions: [
Expand Down

0 comments on commit da01b26

Please sign in to comment.