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",
|
||||
"changes": [
|
||||
|
@ -107,6 +107,7 @@ export interface ExtendedQuoteReport {
|
||||
sourcesConsidered: ExtendedQuoteReportIndexedEntryOutbound[];
|
||||
sourcesDelivered: ExtendedQuoteReportIndexedEntryOutbound[] | undefined;
|
||||
blockNumber: number | undefined;
|
||||
estimatedGas: string;
|
||||
}
|
||||
|
||||
export interface PriceComparisonsReport {
|
||||
|
Loading…
x
Reference in New Issue
Block a user