diff --git a/apps/explorer/lib/explorer/chain.ex b/apps/explorer/lib/explorer/chain.ex index ed300bebc7..ea3ace7278 100644 --- a/apps/explorer/lib/explorer/chain.ex +++ b/apps/explorer/lib/explorer/chain.ex @@ -3522,6 +3522,7 @@ defmodule Explorer.Chain do address_hash |> CoinBalanceDaily.balances_by_day() |> Repo.all() + |> Enum.sort(&(&1.date <= &2.date)) |> replace_last_value(latest_block_timestamp) |> normalize_balances_by_day() end