We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f1ba commit a7c1e06Copy full SHA for a7c1e06
crates/op-rbuilder/src/main.rs
@@ -108,9 +108,9 @@ where
108
.with_sequencer(rollup_args.sequencer.clone())
109
.with_enable_tx_conditional(rollup_args.enable_tx_conditional)
110
.with_da_config(da_config)
111
- .build()
112
- .rpc_add_ons
113
- .with_engine_api(engine_builder),
+ // TODO: will work once paradigmxyz/reth#16582 is merged
+ .with_engine_api(engine_builder)
+ .build(),
114
)
115
.extend_rpc_modules(move |ctx| {
116
if builder_args.enable_revert_protection {
0 commit comments