Skip to content

Commit

Permalink
fix: fix reorg problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kangsorang committed Dec 10, 2024
1 parent d00fba0 commit 8457619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op-node/rollup/derive/l1_block_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ func L1InfoDeposit(rollupCfg *rollup.Config, sysCfg eth.SystemConfig, seqNumber
// [Kroma: START]
if rollupCfg.IsKromaMPT(l2BlockTime) {
L1BlockAddress = oppredeploys.L1BlockAddr
} else {
L1BlockAddress = predeploys.L1BlockAddr
}
// [Kroma: END]

Expand Down

0 comments on commit 8457619

Please sign in to comment.