diff --git a/app/core/Engine/constants.ts b/app/core/Engine/constants.ts index cc33feb0f69f..c30a196f85b2 100644 --- a/app/core/Engine/constants.ts +++ b/app/core/Engine/constants.ts @@ -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;