@@ -51,7 +51,7 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, St
5151impl SubstrateCli for Cli {
5252 // TODO use args
5353 fn impl_name ( ) -> String {
54- "Opal Node" . into ( )
54+ "Quartz Node" . into ( )
5555 }
5656
5757 fn impl_version ( ) -> String {
@@ -60,7 +60,7 @@ impl SubstrateCli for Cli {
6060 // TODO use args
6161 fn description ( ) -> String {
6262 format ! (
63- "Opal Node\n \n The command-line arguments provided first will be \
63+ "Quartz Node\n \n The command-line arguments provided first will be \
6464 passed to the parachain node, while the arguments provided after -- will be passed \
6565 to the relaychain node.\n \n \
6666 {} [parachain-args] -- [relaychain-args]",
@@ -93,15 +93,15 @@ impl SubstrateCli for Cli {
9393impl SubstrateCli for RelayChainCli {
9494 // TODO use args
9595 fn impl_name ( ) -> String {
96- "Opal Node" . into ( )
96+ "Quartz Node" . into ( )
9797 }
9898
9999 fn impl_version ( ) -> String {
100100 env ! ( "SUBSTRATE_CLI_IMPL_VERSION" ) . into ( )
101101 }
102102 // TODO use args
103103 fn description ( ) -> String {
104- "Opal Node\n \n The command-line arguments provided first will be \
104+ "Quartz Node\n \n The command-line arguments provided first will be \
105105 passed to the parachain node, while the arguments provided after -- will be passed \
106106 to the relaychain node.\n \n \
107107 parachain-collator [parachain-args] -- [relaychain-args]"
0 commit comments