You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`EthRpcError` if the batcher has an error in the Ethereum call when retrieving the nonce if not already cached.
272
272
273
+
### `get_last_max_fee`
274
+
275
+
Retrieves the `max_fee` of the proof with the highest nonce in the batcher queue for a given address.
276
+
277
+
This value represents the maximum fee limit that can be used when submitting the next proof. To increase the fee limit for a new proof, you must first bump the fee of the previous proofs queued in the batcher.
278
+
279
+
Read more here: https://docs.alignedlayer.com/architecture/1_proof_verification_layer/1_batcher#max-fee-priority-queue
Retrieves the `max_fee` of the proof with the highest nonce in the batcher queue for a given address.
327
+
328
+
This value represents the maximum fee limit that can be used when submitting the next proof. To increase the fee limit for a new proof, you must first bump the fee of the previous proofs queued in the batcher.
329
+
330
+
Read more here: https://docs.alignedlayer.com/architecture/1_proof_verification_layer/1_batcher#max-fee-priority-queue
0 commit comments