Update the lighthouse ports

This commit is contained in:
Omar Abdulla
2025-10-05 16:54:41 +03:00
parent bd8ee26297
commit 329440c05e
@@ -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),
},
),
}),