Skip to content

Commit

Permalink
fix rococo chainspec id
Browse files Browse the repository at this point in the history
  • Loading branch information
trusch committed Mar 15, 2022
1 parent 7bfdf81 commit 8ab23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/parachain/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl IdentifyChain for dyn sc_service::ChainSpec {
fn is_spiritnet(&self) -> bool {
self.id().contains("spiritnet")
|| self.id().eq("kilt_westend")
|| self.id().eq("kilt_rococo")
|| self.id().eq("kilt_rococo_2")
|| self.id().eq("kilt")
}
}
Expand Down

0 comments on commit 8ab23e3

Please sign in to comment.