diff --git a/crates/node/src/node_implementations/lighthouse_geth.rs b/crates/node/src/node_implementations/lighthouse_geth.rs index 725a8a6..55a00c4 100644 --- a/crates/node/src/node_implementations/lighthouse_geth.rs +++ b/crates/node/src/node_implementations/lighthouse_geth.rs @@ -261,7 +261,7 @@ impl LighthouseGethNode { consensus_layer_port_publisher_parameters: Some( PortPublisherSingleItemParameters { enabled: Some(true), - public_port_start: Some(59010 + self.id as u16 * 1000), + public_port_start: Some(59010 + self.id as u16 * 50), }, ), }),