We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8359f94 commit 2e6d595Copy full SHA for 2e6d595
datdot-node/node/src/command.rs
@@ -5,7 +5,7 @@ use sc_cli::SubstrateCli;
5
6
impl SubstrateCli for Cli {
7
fn impl_name() -> &'static str {
8
- "Kitchen Node"
+ "Datdot Node"
9
}
10
11
fn impl_version() -> &'static str {
@@ -21,7 +21,7 @@ impl SubstrateCli for Cli {
21
22
23
fn support_url() -> &'static str {
24
- "https://github.com/substrate-developer-hub/recipes/issues"
+ "https://github.com/playproject-io/datdot-substrate/issues"
25
26
27
fn copyright_start_year() -> i32 {
0 commit comments