Skip to content

Commit c6436a8

Browse files
committed
fix merge conflicts
1 parent e6b2289 commit c6436a8

File tree

2 files changed

+518
-513
lines changed

2 files changed

+518
-513
lines changed

crates/op-rbuilder/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ fn main() {
4545
)))
4646
.with_add_ons(
4747
OpAddOnsBuilder::default()
48-
.with_sequencer(rollup_args.sequencer.clone())
48+
// .with_sequencer(rollup_args.sequencer.clone())
49+
.with_sequencer(rollup_args.sequencer_http.clone())
4950
.with_enable_tx_conditional(rollup_args.enable_tx_conditional)
5051
.build(),
5152
)

0 commit comments

Comments
 (0)