Skip to content
Snippets Groups Projects
Commit ff61b3b6 authored by Branislav Kontur's avatar Branislav Kontur Committed by Serban Iorga
Browse files

BHR/BHWE spec_version according to the `polkadot-sdk` (#2668)

parent 6e57da57
Branches
No related merge requests found
......@@ -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 });
}
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment