This commit is contained in:
Doordashcon
2022-04-27 16:41:30 +01:00
committed by GitHub
parent f84cb5f0f3
commit f23496d350
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ impl_runtime_weights!(kusama_runtime_constants);
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Kusama).
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
+1
View File
@@ -106,6 +106,7 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
// Polkadot version identifier;
/// Runtime version (Polkadot).
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"),
+1
View File
@@ -95,6 +95,7 @@ impl_runtime_weights!(rococo_runtime_constants);
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Rococo).
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"),
+1
View File
@@ -94,6 +94,7 @@ impl_runtime_weights!(test_runtime_constants);
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Test).
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot-test-runtime"),
impl_name: create_runtime_str!("parity-polkadot-test-runtime"),
+1
View File
@@ -100,6 +100,7 @@ impl_runtime_weights!(westend_runtime_constants);
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Westend).
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),