Skip to content

Commit

Permalink
Update explorer/lib/explorer_web/live/pages/home/index.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Dec 23, 2024
1 parent 28f5f19 commit f72d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/lib/explorer_web/live/pages/home/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ExplorerWeb.Home.Index do
_ -> 0
end

avg_fee_per_proof_eth = EthConverter.wei_to_eth(avg_fee_per_proof, 4)
avg_fee_per_proof_eth = EthConverter.wei_to_eth(avg_fee_per_proof, 6)

verified_proofs = Batches.get_amount_of_verified_proofs()
operators_registered = Operators.get_amount_of_operators()
Expand Down

0 comments on commit f72d3e7

Please sign in to comment.