@0x/order-utils
: Add rfqtTakerAddress
to FillQuoteTransformerData
This commit is contained in:
parent
52d36f5a8b
commit
dba6972281
@ -21,6 +21,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix EP signature utils schema assertion.",
|
"note": "Fix EP signature utils schema assertion.",
|
||||||
"pr": 2657
|
"pr": 2657
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add `rfqtTakerAddress` to `FillQuoteTransformerData`",
|
||||||
|
"pr": 2692
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -43,6 +43,7 @@ export const fillQuoteTransformerDataEncoder = AbiEncoder.create([
|
|||||||
{ name: 'maxOrderFillAmounts', type: 'uint256[]' },
|
{ name: 'maxOrderFillAmounts', type: 'uint256[]' },
|
||||||
{ name: 'fillAmount', type: 'uint256' },
|
{ name: 'fillAmount', type: 'uint256' },
|
||||||
{ name: 'refundReceiver', type: 'address' },
|
{ name: 'refundReceiver', type: 'address' },
|
||||||
|
{ name: 'rfqtTakerAddress', type: 'address' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
@ -67,6 +68,7 @@ export interface FillQuoteTransformerData {
|
|||||||
maxOrderFillAmounts: BigNumber[];
|
maxOrderFillAmounts: BigNumber[];
|
||||||
fillAmount: BigNumber;
|
fillAmount: BigNumber;
|
||||||
refundReceiver: string;
|
refundReceiver: string;
|
||||||
|
rfqtTakerAddress: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user