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 aa3b5f7 commit d618649Copy full SHA for d618649
orchestrator/src/worker/event_handler/jobs/snos.rs
@@ -75,7 +75,7 @@ trait OsHintsConfigurationFromLayer {
75
impl OsHintsConfigurationFromLayer for OsHintsConfiguration {
76
fn with_layer(layer: Layer) -> OsHintsConfiguration {
77
match layer {
78
- Layer::L2 => OsHintsConfiguration { debug_mode: true, full_output: true, use_kzg_da: true },
+ Layer::L2 => OsHintsConfiguration { debug_mode: true, full_output: true, use_kzg_da: false },
79
Layer::L3 => OsHintsConfiguration { debug_mode: true, full_output: false, use_kzg_da: true },
80
}
81
0 commit comments