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 517fd2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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": 1733184102118
},
"SelectedNetworkController": { "domains": "object" },
"SignatureController": {
"signatureRequests": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
"isCheckingAccountsPresence": "boolean",
"queuedRequestCount": 0,
"fcmToken": "string",
"remoteFeatureFlags": "object",
"cacheTimestamp": "number",
"remoteFeatureFlags": { "feature1": true, "feature2": false },
"cacheTimestamp": 1733184109647,
"accounts": "object",
"accountsByChainId": "object",
"marketData": "object",
Expand Down

0 comments on commit 517fd2c

Please sign in to comment.