Add estimatedGas to ExtendedQuoteReport (#463)
This commit is contained in:
parent
4327885a00
commit
389bb77439
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "16.56.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add estimatedGas to ExtendedQuoteReport",
|
||||||
|
"pr": 463
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "16.55.0",
|
"version": "16.55.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -107,6 +107,7 @@ export interface ExtendedQuoteReport {
|
|||||||
sourcesConsidered: ExtendedQuoteReportIndexedEntryOutbound[];
|
sourcesConsidered: ExtendedQuoteReportIndexedEntryOutbound[];
|
||||||
sourcesDelivered: ExtendedQuoteReportIndexedEntryOutbound[] | undefined;
|
sourcesDelivered: ExtendedQuoteReportIndexedEntryOutbound[] | undefined;
|
||||||
blockNumber: number | undefined;
|
blockNumber: number | undefined;
|
||||||
|
estimatedGas: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PriceComparisonsReport {
|
export interface PriceComparisonsReport {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user