mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update tx data for simpleSends and add isBestQuote to swaps data (#14496)
This commit is contained in:
parent
0fd1cea1fe
commit
34d43e66ca
@ -19,7 +19,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther",
|
||||
"type": "simpleSend",
|
||||
"history": [
|
||||
{
|
||||
"id": 6854191329910881,
|
||||
@ -39,7 +39,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther"
|
||||
"type": "simpleSend"
|
||||
},
|
||||
[
|
||||
{
|
||||
@ -95,7 +95,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther",
|
||||
"type": "simpleSend",
|
||||
"history": [
|
||||
{
|
||||
"id": 6854191329910881,
|
||||
@ -115,7 +115,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther"
|
||||
"type": "simpleSend"
|
||||
},
|
||||
[
|
||||
{
|
||||
@ -172,7 +172,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther",
|
||||
"type": "simpleSend",
|
||||
"history": [
|
||||
{
|
||||
"id": 6854191329910881,
|
||||
@ -192,7 +192,7 @@
|
||||
"type": "0x2"
|
||||
},
|
||||
"origin": "metamask",
|
||||
"type": "sentEther"
|
||||
"type": "simpleSend"
|
||||
},
|
||||
[
|
||||
{
|
||||
|
@ -244,6 +244,7 @@ export const createSwapsMockStore = () => {
|
||||
fetchTime: 1354,
|
||||
aggregator: 'TEST_AGG_2',
|
||||
aggType: 'AGG',
|
||||
isBestQuote: true,
|
||||
slippage: 2,
|
||||
sourceTokenInfo: {
|
||||
address: '0x6b175474e89094c44da98b954eedeac495271d0f',
|
||||
|
Loading…
Reference in New Issue
Block a user