aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/locked.json
blob: 060d5e48c9bbaa937b85343ac8b022115523c3de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": false,
    "currentDomain": "example.com",
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {},
    "unconfTxs": {},
    "currentFiat": "USD",
    "conversionRate": 11.4379398,
    "conversionDate": 1473358355,
    "accounts": {},
    "transactions": [],
    "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
    "network": "1473186153102",
    "seedWords": null,
    "isConfirmed": true,
    "unconfMsgs": {},
    "messages": [],
    "shapeShiftTxList": [],
    "provider": {
      "type": "rpc",
      "rpcTarget": "http://localhost:8545"
    },
    "selectedAccount": "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": {}
}