Fix gas price oracle flickering test (#10381)

pull/10390/head
Victor Baranov 5 months ago committed by GitHub
parent 28a7d59c42
commit b5cd86277a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/explorer/lib/explorer/chain/cache/gas_price_oracle.ex

@ -269,7 +269,7 @@ defmodule Explorer.Chain.Cache.GasPriceOracle do
defp fiat_fee(fee, exchange_rate) do
fee &&
exchange_rate.usd_value &&
exchange_rate.usd_value && simple_transaction_gas() &&
fee
|> Wei.to(:ether)
|> Decimal.mult(exchange_rate.usd_value)

Loading…
Cancel
Save