1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/development/states/locked.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2016-07-01 03:22:16 +02:00
{
"metamask": {
"isInitialized": true,
2016-09-08 20:20:45 +02:00
"isUnlocked": false,
2016-07-01 03:22:16 +02:00
"currentDomain": "example.com",
"rpcTarget": "https://rawtestrpc.metamask.io/",
2016-09-08 20:20:45 +02:00
"identities": {},
2016-07-01 03:22:16 +02:00
"unconfTxs": {},
"currentCurrency": "USD",
2016-09-08 20:20:45 +02:00
"conversionRate": 11.4379398,
"conversionDate": 1473358355,
"accounts": {},
2016-07-01 03:22:16 +02:00
"transactions": [],
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
2016-09-08 20:20:45 +02:00
"network": "1473186153102",
"seedWords": null,
2016-07-01 03:22:16 +02:00
"unconfMsgs": {},
"messages": [],
2016-09-08 20:20:45 +02:00
"shapeShiftTxList": [],
2016-07-01 03:22:16 +02:00
"provider": {
2016-09-08 20:20:45 +02:00
"type": "rpc",
"rpcTarget": "http://localhost:8545"
2016-07-01 03:22:16 +02:00
},
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
2016-07-01 03:22:16 +02:00
},
"appState": {
"menuOpen": false,
"currentView": {
2016-09-08 20:20:45 +02:00
"name": "accountDetail",
"detailView": null,
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
2016-07-01 03:22:16 +02:00
},
"accountDetail": {
2016-09-08 20:20:45 +02:00
"subview": "transactions"
2016-07-01 03:22:16 +02:00
},
2016-09-08 20:20:45 +02:00
"currentDomain": "127.0.0.1:9966",
"transForward": true,
2016-07-01 03:22:16 +02:00
"isLoading": false,
2016-09-08 20:20:45 +02:00
"warning": null
2016-07-01 03:22:16 +02:00
},
"identities": {}
2016-09-08 20:20:45 +02:00
}