diff --git a/funds-manager/funds-manager-api/src/types/quoters.rs b/funds-manager/funds-manager-api/src/types/quoters.rs index 5c1bef2..91bc9d7 100644 --- a/funds-manager/funds-manager-api/src/types/quoters.rs +++ b/funds-manager/funds-manager-api/src/types/quoters.rs @@ -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