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 23f1ae5 commit dbd200d
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 @@ -453,7 +453,7 @@ pub fn kusama_local_testnet_config() -> Result<Box<dyn ChainSpec>, String> {

Ok(Box::new(KusamaChainSpec::from_genesis(
"Kusama Local Testnet",
"kusama_local_testnet",
"kusama-local",
ChainType::Local,
move || kusama_local_testnet_genesis(wasm_binary),
vec![],
Expand Down

0 comments on commit dbd200d

Please sign in to comment.