aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/help.json
blob: 8d0bd8cb6c018455391aea02695bb9676771236c (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": true,
    "currentDomain": "example.com",
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {
      "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": {
        "name": "Wallet 1",
        "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc",
        "mayBeFauceting": false
      },
      "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": {
        "name": "Wallet 2",
        "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b",
        "mayBeFauceting": false
      },
      "0xeb9e64b93097bc15f01f13eae97015c57ab64823": {
        "name": "Wallet 3",
        "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823",
        "mayBeFauceting": false
      },
      "0x704107d04affddd9b66ab9de3dd7b095852e9b69": {
        "name": "Wallet 4",
        "address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69",
        "mayBeFauceting": false
      }
    },
    "unconfTxs": {},
    "accounts": {
      "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": {
        "code": "0x",
        "balance": "0x0",
        "nonce": "0x0",
        "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
      },
      "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": {
        "code": "0x",
        "balance": "0x0",
        "nonce": "0x0",
        "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b"
      },
      "0xeb9e64b93097bc15f01f13eae97015c57ab64823": {
        "code": "0x",
        "balance": "0x0",
        "nonce": "0x0",
        "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823"
      },
      "0x704107d04affddd9b66ab9de3dd7b095852e9b69": {
        "code": "0x",
        "nonce": "0x0",
        "balance": "0x0",
        "address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69"
      }
    },
    "transactions": [],
    "network": "2",
    "isDisclaimerConfirmed": true,
    "unconfMsgs": {},
    "messages": [],
    "provider": {
      "type": "testnet"
    },
    "selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc",
    "seedWords": null
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "info"
    },
    "accountDetail": {
      "subview": "transactions",
      "accountExport": "none",
      "privateKey": ""
    },
    "currentDomain": "extensions",
    "transForward": true,
    "isLoading": false,
    "warning": null,
    "scrollToBottom": true
  },
  "identities": {}
}