Skip to content
Snippets Groups Projects
Commit dd433a71 authored by Serban Iorga's avatar Serban Iorga Committed by Bastian Köcher
Browse files

Update bundled runtime version for bridge hub r/wococo (#1814)

parent 02bfd5eb
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: 9302, transaction_version: 1 });
Some(SimpleRuntimeVersion { spec_version: 9370, transaction_version: 1 });
}
......@@ -27,5 +27,5 @@ impl CliChain for Wococo {
impl CliChain for BridgeHubWococo {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 9302, transaction_version: 1 });
Some(SimpleRuntimeVersion { spec_version: 9370, transaction_version: 1 });
}
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