Skip to content

Commit

Permalink
bump westend & rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe committed Oct 11, 2023
1 parent 930cabb commit 72c4535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"),
authoring_version: 0,
spec_version: 9430,
spec_version: 102000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 22,
transaction_version: 23,
state_version: 1,
};

Expand Down
4 changes: 2 additions & 2 deletions polkadot/runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9430,
spec_version: 102000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 22,
transaction_version: 23,
state_version: 1,
};

Expand Down

0 comments on commit 72c4535

Please sign in to comment.