diff --git a/mev-build-rs/src/reth_builder/service_ext.rs b/mev-build-rs/src/reth_builder/service_ext.rs index 7168e06c..38722762 100644 --- a/mev-build-rs/src/reth_builder/service_ext.rs +++ b/mev-build-rs/src/reth_builder/service_ext.rs @@ -40,7 +40,7 @@ impl ServiceExt { let network_name = format!("{0}", network); let mut params = - vec!["".into(), "--chain".into(), network_name.to_string(), "--http".into()]; + vec!["".into(), "--chain".into(), network_name.to_string(), "--full".into(), "--http".into()]; if let Some(path) = self.config.jwt_secret_path.as_ref() { params.push("--authrpc.jwtsecret".into()); params.push(path.clone());