From f602b668eab82c49b4aa4482ed81e53522c21f24 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Fri, 15 Sep 2023 17:13:08 -0600 Subject: [PATCH] Add testnet suffix --- standalone/node/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/node/src/command.rs b/standalone/node/src/command.rs index 0f69daba1..c8709cf32 100644 --- a/standalone/node/src/command.rs +++ b/standalone/node/src/command.rs @@ -60,7 +60,7 @@ impl SubstrateCli for Cli { "standalone-alpha" => Box::new(chain_spec::standalone_testnet_config(4006)?), // generates the standalone spec for longterm testnet "standalone" => Box::new(chain_spec::standalone_live_config(4006)?), - "tangle" => Box::new(chain_spec::ChainSpec::from_json_bytes( + "tangle-testnet" => Box::new(chain_spec::ChainSpec::from_json_bytes( &include_bytes!("../../../chainspecs/testnet/tangle-standalone.json")[..] )?), path =>