Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zk chains): Increase Batch Seal Default Deadline (#3154)
## What ❔ This PR increases the L1 Batch seadl default deadline from 1 hour to 8 hours. ## Why ❔ - For lower TPS chains, this configuration matches reality better and is less wasteful in terms of Ethereum interactions. - For higher TPS chains, the batches will be sealed by other seal criteria anyways ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
- Loading branch information