Skip to content

Commit

Permalink
rename cli shell-westend-config -> shell-westend
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Aug 24, 2021
1 parent 173e461 commit e5ec3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-parachains/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn load_spec(
"shell-polkadot-local" => Box::new(shell_chain_spec(para_id, GenesisKeys::Integritee, RelayChain::PolkadotLocal)),
"shell-polkadot-local-dev" => Box::new(shell_chain_spec(para_id, GenesisKeys::WellKnown, RelayChain::PolkadotLocal)),
"shell-polkadot" => Box::new(shell_chain_spec(para_id, GenesisKeys::Integritee, RelayChain::Polkadot)),
"shell-westend-config" => Box::new(shell_westend_config()?),
"shell-westend" => Box::new(shell_westend_config()?),

"" => panic!("Please supply chain_spec to be loaded."),
path => {
Expand Down

0 comments on commit e5ec3cd

Please sign in to comment.