Skip to content

Commit

Permalink
Merge pull request #681 from gregdhill/chore/staging-spec
Browse files Browse the repository at this point in the history
chore: rename staging chain specs
  • Loading branch information
gregdhill authored Jul 28, 2022
2 parents ad028c2 + 32a8468 commit e43b5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parachain/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, St
"interlay" => Box::new(chain_spec::InterlayChainSpec::from_json_bytes(
&include_bytes!("../res/interlay.json")[..],
)?),
"staging-interlay-latest" => Box::new(chain_spec::testnet_interlay::staging_testnet_config(
"interlay-testnet-latest" => Box::new(chain_spec::testnet_interlay::staging_testnet_config(
DEFAULT_PARA_ID.into(),
)),
"staging-latest" => Box::new(chain_spec::testnet_kintsugi::staging_testnet_config(
"kintsugi-testnet-latest" => Box::new(chain_spec::testnet_kintsugi::staging_testnet_config(
DEFAULT_PARA_ID.into(),
)),
"moonbase-alpha" => Box::new(chain_spec::testnet_kintsugi::staging_testnet_config(1002.into())),
Expand Down

0 comments on commit e43b5ca

Please sign in to comment.