difftreelog
Quartz identity
in: master
2 files changed
node/cli/src/command.rsdiffbeforeafterboth--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -52,7 +52,7 @@
impl SubstrateCli for Cli {
// TODO use args
fn impl_name() -> String {
- "Opal Node".into()
+ "Quartz Node".into()
}
fn impl_version() -> String {
@@ -61,7 +61,7 @@
// TODO use args
fn description() -> String {
format!(
- "Opal Node\n\nThe command-line arguments provided first will be \
+ "Quartz Node\n\nThe command-line arguments provided first will be \
passed to the parachain node, while the arguments provided after -- will be passed \
to the relaychain node.\n\n\
{} [parachain-args] -- [relaychain-args]",
@@ -94,7 +94,7 @@
impl SubstrateCli for RelayChainCli {
// TODO use args
fn impl_name() -> String {
- "Opal Node".into()
+ "Quartz Node".into()
}
fn impl_version() -> String {
@@ -102,7 +102,7 @@
}
// TODO use args
fn description() -> String {
- "Opal Node\n\nThe command-line arguments provided first will be \
+ "Quartz Node\n\nThe command-line arguments provided first will be \
passed to the parachain node, while the arguments provided after -- will be passed \
to the relaychain node.\n\n\
parachain-collator [parachain-args] -- [relaychain-args]"
runtime/src/lib.rsdiffbeforeafterboth158158159/// This runtime version.159/// This runtime version.160pub const VERSION: RuntimeVersion = RuntimeVersion {160pub const VERSION: RuntimeVersion = RuntimeVersion {161 spec_name: create_runtime_str!("opal"),161 spec_name: create_runtime_str!("quartz"),162 impl_name: create_runtime_str!("opal"),162 impl_name: create_runtime_str!("quartz"),163 authoring_version: 1,163 authoring_version: 1,164 spec_version: 917000,164 spec_version: 917000,165 impl_version: 0,165 impl_version: 0,2578882 - Opal2578882 - Opal258*/258*/259parameter_types! {259parameter_types! {260 pub const ChainId: u64 = 8882;260 pub const ChainId: u64 = 8881;261}261}262262263pub struct FixedFee;263pub struct FixedFee;