aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/terms.json
blob: 3a49148410ea507237b438db311c7b6eefad0472 (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
{
  "metamask": {
    "isInitialized": false,
    "isUnlocked": false,
    "currentDomain": "example.com",
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {},
    "unconfTxs": {},
    "accounts": {},
    "transactions": [],
    "network": "2",
    "seedWords": null,
    "isConfirmed": false,
    "isEthConfirmed": false,
    "unconfMsgs": {},
    "messages": [],
    "provider": {
      "type": "testnet"
    }
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "EthStoreWarning"
    },
    "accountDetail": {
      "subview": "transactions"
    },
    "currentDomain": "127.0.0.1:9966",
    "transForward": true,
    "isLoading": false,
    "warning": null
  },
  "identities": {}
}