Update the solochain template to stable2412-4 (#23)

The template has NOT been successfully built and needs to be inspected.

---------

Signed-off-by: Iulian Barbu <iulian@shuttle.rs>
Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
Co-authored-by: Iulian Barbu <iulian@shuttle.rs>
This commit is contained in:
paritytech-polkadotsdk-templatebot[bot]
2025-04-07 10:42:03 +03:00
committed by GitHub
parent e4c83d4c89
commit 1af6d764d3
3 changed files with 853 additions and 665 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ pub fn run() -> sc_cli::Result<()> {
None => {
let runner = cli.create_runner(&cli.run)?;
runner.run_node_until_exit(|config| async move {
match config.network.network_backend {
match config.network.network_backend.unwrap_or_default() {
sc_network::config::NetworkBackendType::Libp2p => service::new_full::<
sc_network::NetworkWorker<
solochain_template_runtime::opaque::Block,