mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
40 lines
801 B
JSON
40 lines
801 B
JSON
{
|
|
"metamask": {
|
|
"isInitialized": false,
|
|
"isUnlocked": false,
|
|
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
|
"identities": {},
|
|
"unconfTxs": {},
|
|
"currentCurrency": "USD",
|
|
"conversionRate": 8.18703468,
|
|
"conversionDate": 1481755832,
|
|
"network": "3",
|
|
"accounts": {},
|
|
"transactions": [],
|
|
"provider": {
|
|
"type": "testnet"
|
|
},
|
|
"unconfMsgs": {},
|
|
"messages": [],
|
|
"shapeShiftTxList": [],
|
|
"keyringTypes": [
|
|
"Simple Key Pair",
|
|
"HD Key Tree"
|
|
]
|
|
},
|
|
"appState": {
|
|
"menuOpen": false,
|
|
"currentView": {
|
|
"name": "accounts",
|
|
"detailView": null
|
|
},
|
|
"accountDetail": {
|
|
"subview": "transactions"
|
|
},
|
|
"transForward": true,
|
|
"isLoading": false,
|
|
"warning": null
|
|
},
|
|
"identities": {}
|
|
}
|