refactor(rollup relayer): remove max_block_num_per_chunk configuration parameter (#1729)

Co-authored-by: jonastheis <jonastheis@users.noreply.github.com>
This commit is contained in:
Jonas Theis
2025-09-10 14:16:13 +08:00
committed by GitHub
parent 3b323198dc
commit de7f6e56a9
11 changed files with 23 additions and 84 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.5.45"
var tag = "v4.5.46"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {