Skip to content

Commit 55930c5

Browse files
Merge pull request #2 from hayotensor/main
gavin
2 parents b9c4f36 + 2607209 commit 55930c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/src/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ impl SubstrateCli for Cli {
3939
Ok(match id {
4040
"dev" => Box::new(chain_spec::development_config()?),
4141
"" | "local" => Box::new(chain_spec::local_testnet_config()?),
42+
"gavin" => Box::new(chain_spec::gavin_config()?),
4243
path =>
4344
Box::new(chain_spec::ChainSpec::from_json_file(std::path::PathBuf::from(path))?),
4445
})

0 commit comments

Comments
 (0)