@@ -171,10 +171,36 @@ const expectedResults = [
171
171
subtitle : 'metamask' ,
172
172
subtitleContainsOrigin : true ,
173
173
date : formatDateWithYearContext ( 1585088013000 ) ,
174
- primaryCurrency : '-0 BAT' ,
174
+ primaryCurrency : '-33.425656732428330864 BAT' ,
175
175
senderAddress : '0x0a985a957b490f4d05bef05bc7ec556dd8535946' ,
176
176
recipientAddress : '0xc6f6ca03d790168758285264bcbf7fb30d27322b' ,
177
- secondaryCurrency : '-0 ETH' ,
177
+ secondaryCurrency : undefined ,
178
+ isPending : false ,
179
+ displayedStatusKey : TransactionStatus . confirmed ,
180
+ } ,
181
+ {
182
+ title : 'Send USDC as DAI' ,
183
+ category : TransactionType . swapAndSend ,
184
+ subtitle : 'metamask' ,
185
+ subtitleContainsOrigin : true ,
186
+ date : formatDateWithYearContext ( 1585088013000 ) ,
187
+ primaryCurrency : '-5 USDC' ,
188
+ senderAddress : '0x141d32a89a1e0a5ef360034a2f60a4b917c18838' ,
189
+ recipientAddress : '0x141d32a89a1e0a5ef360034a2f60a4b917c18838' ,
190
+ secondaryCurrency : undefined ,
191
+ isPending : false ,
192
+ displayedStatusKey : TransactionStatus . confirmed ,
193
+ } ,
194
+ {
195
+ title : 'Send BNB as USDC' ,
196
+ category : TransactionType . swapAndSend ,
197
+ subtitle : 'metamask' ,
198
+ subtitleContainsOrigin : true ,
199
+ date : formatDateWithYearContext ( 1585088013000 ) ,
200
+ primaryCurrency : '-0.05 BNB' ,
201
+ senderAddress : '0x141d32a89a1e0a5ef360034a2f60a4b917c18838' ,
202
+ recipientAddress : '0x141d32a89a1e0a5ef360034a2f60a4b917c18838' ,
203
+ secondaryCurrency : undefined ,
178
204
isPending : false ,
179
205
displayedStatusKey : TransactionStatus . confirmed ,
180
206
} ,
0 commit comments