aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/tests/send-selectors-test-data.js
blob: 8f9c1931489a00aa89255a674960534a374a9886 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
module.exports = {
  'metamask': {
    'isInitialized': true,
    'isUnlocked': true,
    'featureFlags': {'betaUI': true},
    'rpcTarget': 'https://rawtestrpc.metamask.io/',
    'identities': {
      '0xfdea65c8e26263f6d9a1b5de9555d2931a33b825': {
        'address': '0xfdea65c8e26263f6d9a1b5de9555d2931a33b825',
        'name': 'Send Account 1',
      },
      '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb': {
        'address': '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb',
        'name': 'Send Account 2',
      },
      '0x2f8d4a878cfa04a6e60d46362f5644deab66572d': {
        'address': '0x2f8d4a878cfa04a6e60d46362f5644deab66572d',
        'name': 'Send Account 3',
      },
      '0xd85a4b6a394794842887b8284293d69163007bbb': {
        'address': '0xd85a4b6a394794842887b8284293d69163007bbb',
        'name': 'Send Account 4',
      },
    },
    'currentBlockGasLimit': '0x4c1878',
    'currentCurrency': 'USD',
    'conversionRate': 1200.88200327,
    'conversionDate': 1489013762,
    'noActiveNotices': true,
    'frequentRpcList': [],
    'network': '3',
    'accounts': {
      '0xfdea65c8e26263f6d9a1b5de9555d2931a33b825': {
        'code': '0x',
        'balance': '0x47c9d71831c76efe',
        'nonce': '0x1b',
        'address': '0xfdea65c8e26263f6d9a1b5de9555d2931a33b825',
      },
      '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb': {
        'code': '0x',
        'balance': '0x37452b1315889f80',
        'nonce': '0xa',
        'address': '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb',
      },
      '0x2f8d4a878cfa04a6e60d46362f5644deab66572d': {
        'code': '0x',
        'balance': '0x30c9d71831c76efe',
        'nonce': '0x1c',
        'address': '0x2f8d4a878cfa04a6e60d46362f5644deab66572d',
      },
      '0xd85a4b6a394794842887b8284293d69163007bbb': {
        'code': '0x',
        'balance': '0x0',
        'nonce': '0x0',
        'address': '0xd85a4b6a394794842887b8284293d69163007bbb',
      },
    },
    'addressBook': [
      {
        'address': '0x06195827297c7a80a443b6894d3bdb8824b43896',
        'name': 'Address Book Account 1',
      },
    ],
    'tokens': [
      {
        'address': '0x1a195821297c7a80a433b6894d3bdb8824b43896',
        'decimals': 18,
        'symbol': 'ABC',
      },
      {
        'address': '0x8d6b81208414189a58339873ab429b6c47ab92d3',
        'decimals': 4,
        'symbol': 'DEF',
      },
      {
        'address': '0xa42084c8d1d9a2198631988579bb36b48433a72b',
        'decimals': 18,
        'symbol': 'GHI',
      },
    ],
    'tokenExchangeRates': {
      'def_eth': {
        rate: 2.0,
      },
      'ghi_eth': {
        rate: 31.01,
      },
    },
    'transactions': {},
    'selectedAddressTxList': [
      {
        'id': 'mockTokenTx1',
        'txParams': {
          'to': '0x8d6b81208414189a58339873ab429b6c47ab92d3',
        },
        'time': 1700000000000,
      },
      {
        'id': 'mockTokenTx2',
        'txParams': {
          'to': '0xafaketokenaddress',
        },
        'time': 1600000000000,
      },
      {
        'id': 'mockTokenTx3',
        'txParams': {
          'to': '0x8d6b81208414189a58339873ab429b6c47ab92d3',
        },
        'time': 1500000000000,
      },
      {
        'id': 'mockEthTx1',
        'txParams': {
          'to': '0xd85a4b6a394794842887b8284293d69163007bbb',
        },
        'time': 1400000000000,
      },
    ],
    'selectedTokenAddress': '0x8d6b81208414189a58339873ab429b6c47ab92d3',
    'unapprovedMsgs': {
      '0xabc': { id: 'unapprovedMessage1', 'time': 1650000000000 },
      '0xdef': { id: 'unapprovedMessage2', 'time': 1550000000000 },
      '0xghi': { id: 'unapprovedMessage3', 'time': 1450000000000 },
    },
    'unapprovedMsgCount': 0,
    'unapprovedPersonalMsgs': {},
    'unapprovedPersonalMsgCount': 0,
    'keyringTypes': [
      'Simple Key Pair',
      'HD Key Tree',
    ],
    'keyrings': [
      {
        'type': 'HD Key Tree',
        'accounts': [
          'fdea65c8e26263f6d9a1b5de9555d2931a33b825',
          'c5b8dbac4c1d3f152cdeb400e2313f309c410acb',
          '2f8d4a878cfa04a6e60d46362f5644deab66572d',
        ],
      },
      {
        'type': 'Simple Key Pair',
        'accounts': [
          '0xd85a4b6a394794842887b8284293d69163007bbb',
        ],
      },
    ],
    'selectedAddress': '0xd85a4b6a394794842887b8284293d69163007bbb',
    'provider': {
      'type': 'testnet',
    },
    'shapeShiftTxList': [
      { id: 'shapeShiftTx1', 'time': 1675000000000 },
      { id: 'shapeShiftTx2', 'time': 1575000000000 },
      { id: 'shapeShiftTx3', 'time': 1475000000000 },
    ],
    'lostAccounts': [],
    'send': {
      'gasLimit': '0xFFFF',
      'gasPrice': '0xaa',
      'gasTotal': '0xb451dc41b578',
      'tokenBalance': 3434,
      'from': {
        'address': '0xabcdefg',
        'balance': '0x5f4e3d2c1',
      },
      'to': '0x987fedabc',
      'amount': '0x080',
      'memo': '',
      'errors': {
        'someError': null,
      },
      'maxModeOn': false,
      'editingTransactionId': 97531,
      'forceGasMin': true,
    },
    'unapprovedTxs': {
      '4768706228115573': {
        'id': 4768706228115573,
        'time': 1487363153561,
        'status': 'unapproved',
        'gasMultiplier': 1,
        'metamaskNetworkId': '3',
        'txParams': {
          'from': '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb',
          'to': '0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761',
          'value': '0xde0b6b3a7640000',
          'metamaskId': 4768706228115573,
          'metamaskNetworkId': '3',
          'gas': '0x5209',
        },
        'gasLimitSpecified': false,
        'estimatedGas': '0x5209',
        'txFee': '17e0186e60800',
        'txValue': 'de0b6b3a7640000',
        'maxCost': 'de234b52e4a0800',
        'gasPrice': '4a817c800',
      },
    },
    'currentLocale': 'en',
    recentBlocks: ['mockBlock1', 'mockBlock2', 'mockBlock3'],
  },
  'appState': {
    'menuOpen': false,
    'currentView': {
      'name': 'accountDetail',
      'detailView': null,
      'context': '0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc',
    },
    'accountDetail': {
      'subview': 'transactions',
    },
    'modal': {
      'modalState': {},
      'previousModalState': {},
    },
    'transForward': true,
    'isLoading': false,
    'warning': null,
    'scrollToBottom': false,
    'forgottenPassword': null,
  },
  'identities': {},
  'send': {
    'fromDropdownOpen': false,
    'toDropdownOpen': false,
    'errors': { 'someError': null },
  },
}