diff --git a/apps/explorer/lib/explorer/chain.ex b/apps/explorer/lib/explorer/chain.ex index 5b3cfc2928..278317b8e7 100644 --- a/apps/explorer/lib/explorer/chain.ex +++ b/apps/explorer/lib/explorer/chain.ex @@ -211,7 +211,7 @@ defmodule Explorer.Chain do last_nonce = address_hash |> Transaction.last_nonce_by_address_query() - |> Repo.one() + |> Repo.one(timeout: :infinity) case last_nonce do nil -> 0