Skip to content

Commit

Permalink
test: adjust action,event allowlist in `buildTokenDetectionController…
Browse files Browse the repository at this point in the history
…Messenger`
  • Loading branch information
MajorLift committed Jan 24, 2024
1 parent 412bb68 commit 324aa97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@ function buildTokenDetectionControllerMessenger(
'KeyringController:getState',
'NetworkController:getNetworkConfigurationByNetworkClientId',
'TokenListController:getState',
'PreferencesController:getState',
],
allowedEvents: [
'AccountsController:selectedAccountChange',
'KeyringController:lock',
'KeyringController:unlock',
'NetworkController:stateChange',
'NetworkController:networkDidChange',
'TokenListController:stateChange',
'PreferencesController:stateChange',
],
});
}
Expand Down

0 comments on commit 324aa97

Please sign in to comment.