Skip to content

Commit

Permalink
allow rates/balance controller state change events
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Jan 11, 2025
1 parent 622e0df commit 2daef89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/core/Engine/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ export const BACKGROUND_STATE_CHANGE_EVENT_NAMES = [
'NotificationServicesController:stateChange',
'NotificationServicesPushController:stateChange',
///: END:ONLY_INCLUDE_IF
///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps)
'MultichainBalancesController:stateChange',
'RatesController:stateChange',
///: END:ONLY_INCLUDE_IF
] as const;

0 comments on commit 2daef89

Please sign in to comment.