Skip to content

Commit

Permalink
[TRIVIAL] Missing auction update stage metric (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz authored Aug 16, 2024
1 parent 29c66e4 commit c8e4fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/autopilot/src/solvable_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ impl SolvableOrdersCache {
);
// Add WETH price if it's not already there to support ETH wrap when required.
if let Entry::Vacant(entry) = prices.entry(self.weth) {
let _timer = self.stage_timer("weth_price_fetch");
let weth_price = self
.native_price_estimator
.estimate_native_price(self.weth)
Expand Down

0 comments on commit c8e4fef

Please sign in to comment.