We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa695d commit f1ab461Copy full SHA for f1ab461
relays/bin-substrate/src/chains/rococo.rs
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
27
28
impl CliChain for BridgeHubRococo {
29
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
30
- Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
+ Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
31
}
relays/bin-substrate/src/chains/wococo.rs
@@ -27,5 +27,5 @@ impl CliChain for Wococo {
impl CliChain for BridgeHubWococo {
0 commit comments