Files
scroll/rollup/internal/controller/watcher/common.go
colin ba77a74743 feat(rollup-relayer): support codecv2 (#1298)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
2024-05-30 19:00:40 +08:00

6 lines
102 B
Go

package watcher
const contractEventsBlocksFetchLimit = int64(10)
const maxBlobSize = uint64(131072)