Skip to content

Commit

Permalink
change template name
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Aug 29, 2023
1 parent f53a010 commit 2d00928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"
# Local
nimbus-consensus = { workspace = true }
nimbus-primitives = { workspace = true }
parachain-template-runtime = { path = "../runtime" }
moonkit-template-runtime = { path = "../runtime" }

# Crates.io
clap = { workspace = true, features = [ "derive" ] }
Expand Down Expand Up @@ -95,5 +95,5 @@ polkadot-service = { workspace = true }
substrate-build-script-utils = { workspace = true }

[features]
runtime-benchmarks = [ "parachain-template-runtime/runtime-benchmarks", "polkadot-service/runtime-benchmarks" ]
try-runtime = [ "parachain-template-runtime/try-runtime" ]
runtime-benchmarks = [ "moonkit-template-runtime/runtime-benchmarks", "polkadot-service/runtime-benchmarks" ]
try-runtime = [ "moonkit-template-runtime/try-runtime" ]
2 changes: 1 addition & 1 deletion template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "parachain-template-runtime"
name = "moonkit-template-runtime"
authors = [ "Anonymous" ]
description = "A FRAME-based Substrate Runtime, that demonstrates the Nimbus consensus framework."
edition = "2021"
Expand Down

0 comments on commit 2d00928

Please sign in to comment.