Skip to content

Commit

Permalink
Add testnet suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Sep 15, 2023
1 parent 2ccdb2f commit f602b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit f602b66

Please sign in to comment.