@@ -115,15 +115,16 @@ if [[ -f "$LOG_FILE" ]]; then
115115 printf " Daily Proof Submission Summary\n"
116116 printf " From %s 00:00 to %s 23:59\n" " $DATE " " $DATE "
117117 echo " ----------------------------------------------------"
118- printf " Processed batches: %d\n" " $batches "
119- printf " Total Proofs submitted: %d\n" " $submitted_total "
120- printf " Total Proofs verified: %d\n" " $verified_total "
121- printf " Total Proofs not verified: %d\n" " $unverified_total "
122- printf " Proofs submitted by Aligned: %d\n" " $submitted_by_aligned "
123- printf " Total spent by Aligned (ETH): %.12f ETH\n" " $eth_by_aligned "
124- printf " Total spent by Aligned (USD): $ %.2f\n" " $usd_by_aligned "
125- printf " Total spent (ETH): %.12f ETH\n" " $eth_total "
126- printf " Total spent (USD): $ %.2f\n" " $usd_total "
118+ printf " Processed batches: %d\n" " $batches "
119+ printf " Total Proofs submitted: %d\n" " $submitted_total "
120+ printf " Total Proofs verified: %d\n" " $verified_total "
121+ printf " Total Proofs not verified: %d\n" " $unverified_total "
122+ printf " Proofs submitted by Aligned: %d\n" " $submitted_by_aligned "
123+ printf " Proofs submitted by 3rd parties: %d\n" " $(( submitted_total - submitted_by_aligned)) "
124+ printf " Total spent by Aligned (ETH): %.12f ETH\n" " $eth_by_aligned "
125+ printf " Total spent by Aligned (USD): $ %.2f\n" " $usd_by_aligned "
126+ printf " Total spent (ETH): %.12f ETH\n" " $eth_total "
127+ printf " Total spent (USD): $ %.2f\n" " $usd_total "
127128 echo " ----------------------------------------------------"
128129 )
129130
0 commit comments