diff --git a/operator/node/src/command.rs b/operator/node/src/command.rs index f9dd7cd4..5129f5ab 100644 --- a/operator/node/src/command.rs +++ b/operator/node/src/command.rs @@ -335,16 +335,16 @@ pub fn run() -> sc_cli::Result<()> { } ref spec if spec.is_testnet() => { service::new_full::< - datahaven_mainnet_runtime::Runtime, - datahaven_mainnet_runtime::RuntimeApi, + datahaven_testnet_runtime::Runtime, + datahaven_testnet_runtime::RuntimeApi, sc_network::NetworkWorker<_, _>, >(config, cli.eth, provider_options) .await } _ => { service::new_full::< - datahaven_mainnet_runtime::Runtime, - datahaven_mainnet_runtime::RuntimeApi, + datahaven_stagenet_runtime::Runtime, + datahaven_stagenet_runtime::RuntimeApi, sc_network::NetworkWorker<_, _>, >(config, cli.eth, provider_options) .await