Skip to content

Commit f225274

Browse files
author
colinlyguo
committed
change chain id ground truth
1 parent 838e642 commit f225274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordinator/internal/logic/provertask/bundle_prover_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func (bp *BundleProverTask) formatProverTask(ctx context.Context, task *orm.Prov
214214
}
215215

216216
taskDetail.BundleInfo = &message.OpenVMBundleInfo{
217-
ChainID: bp.chainCfg.ChainID.Uint64(),
217+
ChainID: bp.cfg.L2.ChainID,
218218
PrevStateRoot: common.HexToHash(parentBatch.StateRoot),
219219
PostStateRoot: common.HexToHash(batches[len(batches)-1].StateRoot),
220220
WithdrawRoot: common.HexToHash(batches[len(batches)-1].WithdrawRoot),

0 commit comments

Comments
 (0)