Add estimatedGas to ExtendedQuoteReport (#463)
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user