Skip to content

Commit

Permalink
Add missing PreferencesController.preferences properties to `SENTRY…
Browse files Browse the repository at this point in the history
…_BACKGROUND_STATE`
  • Loading branch information
MajorLift committed Dec 9, 2024
1 parent 0435a6c commit 7ad7c9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/scripts/constants/sentry-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7ad7c9a

Please sign in to comment.