diff --git a/rollup/ccc/logger.go b/rollup/ccc/logger.go index adf4301fd4..e1db42b26a 100644 --- a/rollup/ccc/logger.go +++ b/rollup/ccc/logger.go @@ -63,7 +63,7 @@ type Logger struct { } func NewLogger() *Logger { - const miscKeccakUsage = 50_000 // heuristically selected safe number to account for Rust side implementation details + const miscKeccakUsage = 100_000 // heuristically selected safe number to account for Rust side implementation details const miscBytecodeUsage = 50_000 // to account for the inaccuracies in bytecode tracking return &Logger{ codesAccessed: make(map[common.Hash]bool),