Add estimatedGas to ExtendedQuoteReport (#463)

This commit is contained in:
mzhu25 2022-04-21 13:52:13 -07:00 committed by GitHub
parent 4327885a00
commit 389bb77439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "16.56.0",
"changes": [
{
"note": "Add estimatedGas to ExtendedQuoteReport",
"pr": 463
}
]
},
{
"version": "16.55.0",
"changes": [

View File

@ -107,6 +107,7 @@ export interface ExtendedQuoteReport {
sourcesConsidered: ExtendedQuoteReportIndexedEntryOutbound[];
sourcesDelivered: ExtendedQuoteReportIndexedEntryOutbound[] | undefined;
blockNumber: number | undefined;
estimatedGas: string;
}
export interface PriceComparisonsReport {