Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDDanica committed Dec 3, 2024
1 parent c8c2ec9 commit 7421c8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/constants/sentry-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const SENTRY_BACKGROUND_STATE = {
FeatureFlagController: {},
RemoteFeatureFlagController: {
remoteFeatureFlags: true,
cacheTimestamp: true,
cacheTimestamp: false,
},
NotificationServicesPushController: {
fcmToken: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@
"showIncomingTransactions": "object"
},
"QueuedRequestController": { "queuedRequestCount": 0 },
"RemoteFeatureFlagController": "object",
"RemoteFeatureFlagController": {
"remoteFeatureFlags": { "feature1": true, "feature2": false },
"cacheTimestamp": "number"
},
"SelectedNetworkController": { "domains": "object" },
"SignatureController": {
"signatureRequests": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"isCheckingAccountsPresence": "boolean",
"queuedRequestCount": 0,
"fcmToken": "string",
"remoteFeatureFlags": "object",
"remoteFeatureFlags": { "feature1": true, "feature2": false },
"cacheTimestamp": "number",
"accounts": "object",
"accountsByChainId": "object",
Expand Down

0 comments on commit 7421c8e

Please sign in to comment.