File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use crate::{
3131
3232impl SubstrateCli for Cli {
3333 fn impl_name ( ) -> String {
34- "Frontier Node " . into ( )
34+ "Golden Gate node " . into ( )
3535 }
3636
3737 fn impl_version ( ) -> String {
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ pub const fn deposit(items: u32, bytes: u32) -> Balance {
179179}
180180
181181pub const VERSION : RuntimeVersion = RuntimeVersion {
182- spec_name : create_runtime_str ! ( "node-frontier-template " ) ,
183- impl_name : create_runtime_str ! ( "node-frontier-template " ) ,
182+ spec_name : create_runtime_str ! ( "golden-gate-node " ) ,
183+ impl_name : create_runtime_str ! ( "golden-gate-node " ) ,
184184 authoring_version : 1 ,
185185 spec_version : 4 ,
186186 impl_version : 1 ,
Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ pub const fn deposit(items: u32, bytes: u32) -> Balance {
181181}
182182
183183pub const VERSION : RuntimeVersion = RuntimeVersion {
184- spec_name : create_runtime_str ! ( "node-frontier-template " ) ,
185- impl_name : create_runtime_str ! ( "node-frontier-template " ) ,
184+ spec_name : create_runtime_str ! ( "golden-gate-node " ) ,
185+ impl_name : create_runtime_str ! ( "golden-gate-node " ) ,
186186 authoring_version : 1 ,
187187 spec_version : 4 ,
188188 impl_version : 1 ,
You can’t perform that action at this time.
0 commit comments