We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf0244 commit f74eb3aCopy full SHA for f74eb3a
explorer/lib/explorer_web/live/pages/batch/index.ex
@@ -12,7 +12,7 @@ defmodule ExplorerWeb.Batch.Index do
12
:empty
13
14
%Batches{fee_per_proof: fee_per_proof} = batch ->
15
- {_, fee_per_proof_usd} = EthConverter.wei_to_usd(fee_per_proof)
+ {_, fee_per_proof_usd} = EthConverter.wei_to_usd(fee_per_proof, 2)
16
17
%{
18
batch
@@ -55,7 +55,7 @@ defmodule ExplorerWeb.Batch.Index do
55
56
57
%{fee_per_proof: fee_per_proof} = batch ->
58
59
60
61
0 commit comments