diff --git a/app/scripts/constants/sentry-state.ts b/app/scripts/constants/sentry-state.ts index 473a35efd18b..a535cf433487 100644 --- a/app/scripts/constants/sentry-state.ts +++ b/app/scripts/constants/sentry-state.ts @@ -251,6 +251,11 @@ export const SENTRY_BACKGROUND_STATE = { petnamesEnabled: true, showConfirmationAdvancedDetails: true, privacyMode: false, + useNativeCurrencyAsPrimaryCurrency: true, + featureNotificationsEnabled: true, + showMultiRpcModal: true, + tokenSortConfig: {}, + shouldShowAggregatedBalancePopover: true, }, useExternalServices: false, selectedAddress: false,