Skip to content
Snippets Groups Projects
Commit 3cb4c309 authored by Éloïs's avatar Éloïs
Browse files

feat(node): support chain spec alias "gdev_local"

parent bc911e68
No related branches found
No related tags found
1 merge request!39some chain spec stuff
......@@ -59,7 +59,7 @@ impl SubstrateCli for Cli {
#[cfg(feature = "gdev")]
"dev" => Box::new(chain_spec::gdev::development_chain_spec()?),
#[cfg(feature = "gdev")]
"local" => Box::new(chain_spec::gdev::local_testnet_config(1, 3, 4)?),
"local" | "gdev_local" => Box::new(chain_spec::gdev::local_testnet_config(1, 3, 4)?),
#[cfg(feature = "gdev")]
"local2" => Box::new(chain_spec::gdev::local_testnet_config(2, 3, 4)?),
#[cfg(feature = "gdev")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment