Skip to content

Commit 5f73e27

Browse files
authored
Fix gasOracle trace (scroll-tech#112)
Co-authored-by: chengwenxi <[email protected]>
1 parent ce4be6c commit 5f73e27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rollup/tracing/tracing.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ func (env *TraceEnv) fillBlockTrace(block *types.Block) (*types.BlockTrace, erro
522522
rcfg.L1BaseFeeSlot,
523523
rcfg.OverheadSlot,
524524
rcfg.ScalarSlot,
525+
rcfg.L1BlobBaseFeeSlot,
526+
rcfg.CommitScalarSlot,
527+
rcfg.BlobScalarSlot,
528+
rcfg.IsCurieSlot,
525529
},
526530
rcfg.SequencerAddress: {rcfg.SequencerSetVerifyHashSlot},
527531
}

0 commit comments

Comments
 (0)