This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cumulus/polkadot-parachain/src/command.rs b/cumulus/polkadot-parachain/src/command.rs | |
index a7319b6dfbb..bb4256240f0 100644 | |
--- a/cumulus/polkadot-parachain/src/command.rs | |
+++ b/cumulus/polkadot-parachain/src/command.rs | |
@@ -55,6 +55,7 @@ enum Runtime { | |
Glutton, | |
GluttonWestend, | |
BridgeHub(chain_spec::bridge_hubs::BridgeHubRuntimeType), | |
+ CoretimeKusama, | |
Coretime(chain_spec::coretime::CoretimeRuntimeType), |