Skip to content

Commit

Permalink
bump BridgeHubRococo/BridgeHubWococo versions (paritytech#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 9, 2024
1 parent 43b63df commit d2ba7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/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: 9372, transaction_version: 1 });
Some(SimpleRuntimeVersion { spec_version: 9381, transaction_version: 2 });
}
2 changes: 1 addition & 1 deletion bridges/relays/bin-substrate/src/chains/wococo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ impl CliChain for Wococo {

impl CliChain for BridgeHubWococo {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
Some(SimpleRuntimeVersion { spec_version: 9381, transaction_version: 2 });
}

0 comments on commit d2ba7ec

Please sign in to comment.