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 10, 2024
1 parent 5b57474 commit 44dde0e
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 44dde0e

Please sign in to comment.