From 2daef897769cfe75888909df28c1e79a58cebc20 Mon Sep 17 00:00:00 2001 From: Owen Craston Date: Fri, 10 Jan 2025 16:10:28 -0800 Subject: [PATCH] allow rates/balance controller state change events --- app/core/Engine/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/core/Engine/constants.ts b/app/core/Engine/constants.ts index cc33feb0f69..c30a196f85b 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;