mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
63a0ae765f
The unflattened background state is now attached to any Sentry errors from the background process. This provides a clearer picture of the state of the wallet, and unblocks further improvements to Sentry state which will come in later PRs.
35 lines
895 B
JSON
35 lines
895 B
JSON
{
|
|
"AccountTracker": { "currentBlockGasLimit": "0x1c9c380" },
|
|
"AppStateController": {
|
|
"connectedStatusPopoverHasBeenShown": true,
|
|
"defaultHomeActiveTabName": null
|
|
},
|
|
"CurrencyController": {
|
|
"conversionDate": "number",
|
|
"conversionRate": 1700,
|
|
"nativeCurrency": "ETH",
|
|
"currentCurrency": "usd"
|
|
},
|
|
"DecryptMessageController": { "unapprovedDecryptMsgCount": 0 },
|
|
"EncryptionPublicKeyController": {
|
|
"unapprovedEncryptionPublicKeyMsgCount": 0
|
|
},
|
|
"MetaMetricsController": {
|
|
"participateInMetaMetrics": true,
|
|
"metaMetricsId": "fake-metrics-id"
|
|
},
|
|
"NetworkController": {
|
|
"networkId": "1337",
|
|
"providerConfig": {
|
|
"nickname": "Localhost 8545",
|
|
"ticker": "ETH",
|
|
"type": "rpc"
|
|
}
|
|
},
|
|
"SignatureController": {
|
|
"unapprovedMsgCount": 0,
|
|
"unapprovedPersonalMsgCount": 0,
|
|
"unapprovedTypedMessagesCount": 0
|
|
}
|
|
}
|