mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
38 lines
785 B
JSON
38 lines
785 B
JSON
{
|
|
"metamask": {
|
|
"isInitialized": false,
|
|
"isUnlocked": false,
|
|
"currentDomain": "example.com",
|
|
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
|
"identities": {},
|
|
"unconfTxs": {},
|
|
"currentCurrency": "USD",
|
|
"conversionRate": 0,
|
|
"conversionDate": "N/A",
|
|
"accounts": {},
|
|
"transactions": [],
|
|
"seedWords": null,
|
|
"unconfMsgs": {},
|
|
"messages": [],
|
|
"shapeShiftTxList": [],
|
|
"provider": {
|
|
"type": "testnet"
|
|
},
|
|
"network": "2"
|
|
},
|
|
"appState": {
|
|
"menuOpen": false,
|
|
"currentView": {
|
|
"name": "restoreVault"
|
|
},
|
|
"accountDetail": {
|
|
"subview": "transactions"
|
|
},
|
|
"currentDomain": "extensions",
|
|
"transForward": true,
|
|
"isLoading": false,
|
|
"warning": null
|
|
},
|
|
"identities": {}
|
|
}
|