Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Next Next commit
add arrakis chain spec
  • Loading branch information
magecnion committed Jun 2, 2023
commit 9f071d3f07155de42c9587187464e80659338e32
1 change: 1 addition & 0 deletions node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use crate::{

fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
Ok(match id {
"arrakis" => Box::new(chain_spec::ChainSpec::from_json_bytes(&include_bytes!("../../specs/arrakis.json")[..])?),
"dev" => Box::new(chain_spec::development_config()),
"template-rococo" => Box::new(chain_spec::local_testnet_config()),
"" | "local" => Box::new(chain_spec::local_testnet_config()),
Expand Down
119 changes: 119 additions & 0 deletions specs/arrakis.json

Large diffs are not rendered by default.