Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d4a202a

Browse files
committed
set spec_versions to 500
1 parent b4ea44a commit d4a202a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polkadot-parachains/statemine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090
spec_name: create_runtime_str!("statemine"),
9191
impl_name: create_runtime_str!("statemine"),
9292
authoring_version: 1,
93-
spec_version: 5,
93+
spec_version: 500,
9494
impl_version: 0,
9595
apis: RUNTIME_API_VERSIONS,
9696
transaction_version: 3,

polkadot-parachains/westmint/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090
spec_name: create_runtime_str!("westmint"),
9191
impl_name: create_runtime_str!("westmint"),
9292
authoring_version: 1,
93-
spec_version: 5,
93+
spec_version: 500,
9494
impl_version: 0,
9595
apis: RUNTIME_API_VERSIONS,
9696
transaction_version: 3,

0 commit comments

Comments
 (0)