mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"metamask": {
|
|
"isInitialized": true,
|
|
"isUnlocked": false,
|
|
"currentDomain": "example.com",
|
|
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
|
"identities": {},
|
|
"unconfTxs": {},
|
|
"currentCurrency": "USD",
|
|
"conversionRate": 11.4379398,
|
|
"conversionDate": 1473358355,
|
|
"accounts": {},
|
|
"transactions": [],
|
|
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
|
|
"network": "1473186153102",
|
|
"seedWords": null,
|
|
"unconfMsgs": {},
|
|
"messages": [],
|
|
"shapeShiftTxList": [],
|
|
"provider": {
|
|
"type": "rpc",
|
|
"rpcTarget": "http://localhost:8545"
|
|
},
|
|
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
|
},
|
|
"appState": {
|
|
"menuOpen": false,
|
|
"currentView": {
|
|
"name": "accountDetail",
|
|
"detailView": null,
|
|
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
|
},
|
|
"accountDetail": {
|
|
"subview": "transactions"
|
|
},
|
|
"currentDomain": "127.0.0.1:9966",
|
|
"transForward": true,
|
|
"isLoading": false,
|
|
"warning": null
|
|
},
|
|
"identities": {}
|
|
}
|