We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c4f36 + 2607209 commit 55930c5Copy full SHA for 55930c5
node/src/command.rs
@@ -39,6 +39,7 @@ impl SubstrateCli for Cli {
39
Ok(match id {
40
"dev" => Box::new(chain_spec::development_config()?),
41
"" | "local" => Box::new(chain_spec::local_testnet_config()?),
42
+ "gavin" => Box::new(chain_spec::gavin_config()?),
43
path =>
44
Box::new(chain_spec::ChainSpec::from_json_file(std::path::PathBuf::from(path))?),
45
})
0 commit comments