Skip to content

Commit 89fb318

Browse files
committed
rename everything to datahighway
1 parent 17ae9e8 commit 89fb318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

node/src/chain_spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pub fn rococo_parachain_config(id: ParaId) -> ChainSpec {
236236
properties.insert("tokenDecimals".into(), 18.into());
237237
let boot_nodes = vec![];
238238
ChainSpec::from_genesis(
239-
"Datahighway Rococo",
239+
"DataHighway",
240240
"datahighway",
241241
ChainType::Live,
242242
move || {

node/src/command.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn load_spec(id: &str, para_id: ParaId) -> std::result::Result<Box<dyn sc_servic
5252

5353
impl SubstrateCli for Cli {
5454
fn impl_name() -> String {
55-
"Parachain Collator Template".into()
55+
"DataHighway Collator".into()
5656
}
5757

5858
fn impl_version() -> String {
@@ -61,7 +61,7 @@ impl SubstrateCli for Cli {
6161

6262
fn description() -> String {
6363
format!(
64-
"Parachain Collator Template\n\nThe command-line arguments provided first will be passed to the parachain \
64+
"DataHighway Collator\n\nThe command-line arguments provided first will be passed to the parachain \
6565
node, while the arguments provided after -- will be passed to the relaychain node.\n\n{} \
6666
[parachain-args] -- [relaychain-args]",
6767
Self::executable_name()
@@ -91,15 +91,15 @@ impl SubstrateCli for Cli {
9191

9292
impl SubstrateCli for RelayChainCli {
9393
fn impl_name() -> String {
94-
"Parachain Collator Template".into()
94+
"DataHighway Collator".into()
9595
}
9696

9797
fn impl_version() -> String {
9898
env!("SUBSTRATE_CLI_IMPL_VERSION").into()
9999
}
100100

101101
fn description() -> String {
102-
"Parachain Collator Template\n\nThe command-line arguments provided first will be passed to the parachain \
102+
"DataHighway Collator\n\nThe command-line arguments provided first will be passed to the parachain \
103103
node, while the arguments provided after -- will be passed to the relaychain node.\n\nrococo-collator \
104104
[parachain-args] -- [relaychain-args]"
105105
.into()

0 commit comments

Comments
 (0)