aligned_layer
aligned_layer copied to clipboard
fix(cli): Fee submission price estimates should take into account the number of proofs that are submitted.
The current fee estimate flags in the aligned cli do not take into account the number of proofs that are submitted within a submit proof cli submission. Submitting multiple proofs within a single submission will affect the number of proofs in a batch and subsequently the required price of proof submission. For estimating the max_fee using cli we should account for this.