Skip to content

Commit

Permalink
test(metrics): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 24, 2024
1 parent e65fee9 commit c4c489e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,8 @@
"bridgeState": {
"bridgeFeatureFlags": {
"extensionSupport": "boolean",
"srcNetworkAllowlist": {
"0": "string",
"1": "string",
"2": "string"
},
"destNetworkAllowlist": {
"0": "string",
"1": "string",
"2": "string"
}
"srcNetworkAllowlist": { "0": "string", "1": "string", "2": "string" },
"destNetworkAllowlist": { "0": "string", "1": "string", "2": "string" }
}
}
},
Expand Down Expand Up @@ -180,6 +172,7 @@
"permissionActivityLog": "object"
},
"PreferencesController": {
"selectedAddress": "string",
"useBlockie": false,
"useNonceField": false,
"usePhishDetect": true,
Expand Down Expand Up @@ -213,10 +206,10 @@
"smartTransactionsOptInStatus": false,
"useNativeCurrencyAsPrimaryCurrency": true,
"petnamesEnabled": true,
"showMultiRpcModal": "boolean",
"isRedesignedConfirmationsDeveloperEnabled": "boolean",
"redesignedConfirmationsEnabled": true,
"redesignedTransactionsEnabled": "boolean",
"showMultiRpcModal": "boolean"
"redesignedTransactionsEnabled": "boolean"
},
"ipfsGateway": "string",
"isIpfsGatewayEnabled": "boolean",
Expand All @@ -228,8 +221,7 @@
"useExternalNameSources": "boolean",
"useTransactionSimulations": true,
"enableMV3TimestampSave": true,
"useExternalServices": "boolean",
"selectedAddress": "string"
"useExternalServices": "boolean"
},
"QueuedRequestController": { "queuedRequestCount": 0 },
"SelectedNetworkController": { "domains": "object" },
Expand Down Expand Up @@ -306,7 +298,8 @@
"TxController": {
"methodData": "object",
"transactions": "object",
"lastFetchedBlockNumbers": "object"
"lastFetchedBlockNumbers": "object",
"submitHistory": "object"
},
"UserOperationController": { "userOperations": "object" },
"UserStorageController": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"internalAccounts": { "accounts": "object", "selectedAccount": "string" },
"transactions": "object",
"networkConfigurations": "object",
"networkConfigurationsByChainId": "object",
"addressBook": "object",
"confirmationExchangeRates": {},
"pendingTokens": "object",
Expand All @@ -34,10 +33,10 @@
"smartTransactionsOptInStatus": false,
"useNativeCurrencyAsPrimaryCurrency": true,
"petnamesEnabled": true,
"showMultiRpcModal": "boolean",
"isRedesignedConfirmationsDeveloperEnabled": "boolean",
"redesignedConfirmationsEnabled": true,
"redesignedTransactionsEnabled": "boolean",
"showMultiRpcModal": "boolean"
"redesignedTransactionsEnabled": "boolean"
},
"firstTimeFlowType": "import",
"completedOnboarding": true,
Expand Down Expand Up @@ -95,7 +94,9 @@
"status": "available"
}
},
"networkConfigurationsByChainId": "object",
"keyrings": "object",
"selectedAddress": "string",
"useNonceField": false,
"usePhishDetect": true,
"dismissSeedBackUpReminder": true,
Expand Down Expand Up @@ -127,16 +128,15 @@
"useTransactionSimulations": true,
"enableMV3TimestampSave": true,
"useExternalServices": "boolean",
"selectedAddress": "string",
"metaMetricsId": "fake-metrics-id",
"marketingCampaignCookieId": null,
"metaMetricsDataDeletionId": null,
"metaMetricsDataDeletionTimestamp": 0,
"eventsBeforeMetricsOptIn": "object",
"traits": "object",
"previousUserTraits": "object",
"fragments": "object",
"segmentApiCalls": "object",
"metaMetricsDataDeletionId": null,
"metaMetricsDataDeletionTimestamp": 0,
"currentCurrency": "usd",
"alertEnabledness": { "unconnectedAccount": true, "web3ShimUsage": true },
"unconnectedAccountAlertShownOrigins": "object",
Expand Down Expand Up @@ -177,6 +177,7 @@
"logs": "object",
"methodData": "object",
"lastFetchedBlockNumbers": "object",
"submitHistory": "object",
"fiatCurrency": "usd",
"rates": { "btc": { "conversionDate": 0, "conversionRate": "0" } },
"cryptocurrencies": ["btc"],
Expand Down Expand Up @@ -248,16 +249,8 @@
"bridgeState": {
"bridgeFeatureFlags": {
"extensionSupport": "boolean",
"srcNetworkAllowlist": {
"0": "string",
"1": "string",
"2": "string"
},
"destNetworkAllowlist": {
"0": "string",
"1": "string",
"2": "string"
}
"srcNetworkAllowlist": { "0": "string", "1": "string", "2": "string" },
"destNetworkAllowlist": { "0": "string", "1": "string", "2": "string" }
}
},
"ensEntries": "object",
Expand Down

0 comments on commit c4c489e

Please sign in to comment.