Skip to content

Commit c3de636

Browse files
authored
changed runtime name (#46)
1 parent 1848740 commit c3de636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

node/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::{
3030

3131
impl SubstrateCli for Cli {
3232
fn impl_name() -> String {
33-
"Frontier Node".into()
33+
"Golden Gate node".into()
3434
}
3535

3636
fn impl_version() -> String {

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ pub const fn deposit(items: u32, bytes: u32) -> Balance {
180180
}
181181

182182
pub const VERSION: RuntimeVersion = RuntimeVersion {
183-
spec_name: create_runtime_str!("node-frontier-template"),
184-
impl_name: create_runtime_str!("node-frontier-template"),
183+
spec_name: create_runtime_str!("golden-gate-node"),
184+
impl_name: create_runtime_str!("golden-gate-node"),
185185
authoring_version: 1,
186186
spec_version: 4,
187187
impl_version: 1,

0 commit comments

Comments
 (0)