Skip to content

Commit

Permalink
funds-manager: api: types: quoters: add estimated_gas field to Execut…
Browse files Browse the repository at this point in the history
…ionQuote
  • Loading branch information
akirillo committed Aug 28, 2024
1 parent 87fee11 commit 9ec07d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions funds-manager/funds-manager-api/src/types/quoters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ pub struct ExecutionQuote {
/// The gas price used in the swap
#[serde(with = "u256_string_serialization")]
pub gas_price: U256,
/// The estimated gas for the swap
#[serde(with = "u256_string_serialization")]
pub estimated_gas: U256,
}

/// The request body for fetching a quote from the execution venue
Expand Down

0 comments on commit 9ec07d3

Please sign in to comment.