Skip to content

Commit

Permalink
BHR/BHWE spec_version according to the polkadot-sdk (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Nov 2, 2023
1 parent 7666b94 commit 658a3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relays/bin-substrate/src/chains/rococo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ impl CliChain for Rococo {

impl CliChain for BridgeHubRococo {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 9420, transaction_version: 3 });
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 3 });
}
2 changes: 1 addition & 1 deletion relays/bin-substrate/src/chains/westend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ impl CliChain for Westend {

impl CliChain for BridgeHubWestend {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 10000, transaction_version: 3 });
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 3 });
}

0 comments on commit 658a3f5

Please sign in to comment.