feat: integrate engine2 for optimism (#10222)

This commit is contained in:
Federico Gimenez
2024-08-08 23:55:18 +02:00
committed by GitHub
parent aa278bcdef
commit d2b0ff40d1
2 changed files with 55 additions and 15 deletions

View File

@ -33,6 +33,10 @@ pub struct RollupArgs {
/// enables discovery v4 if provided
#[arg(long = "rollup.discovery.v4", default_value = "false")]
pub discovery_v4: bool,
/// Enable the engine2 experimental features on op-reth binary
#[arg(long = "engine.experimental", default_value = "false")]
pub experimental: bool,
}
#[cfg(test)]