Skip to content

Commit

Permalink
Update chain-spec-generator/src/relay_chain_specs.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
liamaharon and bkontur authored Jan 16, 2024
1 parent dbd200d commit 5586572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-spec-generator/src/relay_chain_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ pub fn kusama_development_config() -> Result<Box<dyn ChainSpec>, String> {

Ok(Box::new(KusamaChainSpec::from_genesis(
"Kusama Development",
"kusama_dev",
"kusama-dev",
ChainType::Development,
move || kusama_development_config_genesis(wasm_binary),
vec![],
Expand Down

0 comments on commit 5586572

Please sign in to comment.