diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 8aba1c28a8..ba0efff4a0 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -482,6 +482,10 @@ impl DefaultConfigurationValues for RelayChainCli { 30334 } + fn rpc_listen_port() -> u16 { + 9945 + } + fn prometheus_listen_port() -> u16 { 9616 }