Make versi-staging match previous configs (#5416)

Also get rid of pointless versi chainspec.
This commit is contained in:
Robert Klotzner
2022-05-04 22:20:57 +02:00
committed by GitHub
parent 82cb3c0570
commit 1213a3a0b9
3 changed files with 30 additions and 221 deletions
-1
View File
@@ -127,7 +127,6 @@ impl SubstrateCli for Cli {
#[cfg(not(feature = "rococo-native"))]
name if name.starts_with("wococo-") =>
Err(format!("`{}` only supported with `rococo-native` feature enabled.", name))?,
"versi" => Box::new(service::chain_spec::versi_config()?),
#[cfg(feature = "rococo-native")]
"versi-dev" => Box::new(service::chain_spec::versi_development_config()?),
#[cfg(feature = "rococo-native")]