Skip to content

Commit b6af211

Browse files
authored
Update BHR and BHW spec version (#1922)
* Update BHR and BHW spec version * Remove docs in verify-pallets-build.sh * Remove only docs/dockerhub-*
1 parent d464e78 commit b6af211

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

relays/bin-substrate/src/chains/rococo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
2727

2828
impl CliChain for BridgeHubRococo {
2929
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
30-
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
30+
Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
3131
}

relays/bin-substrate/src/chains/wococo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ impl CliChain for Wococo {
2727

2828
impl CliChain for BridgeHubWococo {
2929
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
30-
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
30+
Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
3131
}

scripts/verify-pallets-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ rm -rf $BRIDGES_FOLDER/bin/rialto
6666
rm -rf $BRIDGES_FOLDER/bin/rialto-parachain
6767
rm -rf $BRIDGES_FOLDER/bin/.keep
6868
rm -rf $BRIDGES_FOLDER/deployments
69+
rm -f $BRIDGES_FOLDER/docs/dockerhub-*
6970
rm -rf $BRIDGES_FOLDER/fuzz
7071
rm -rf $BRIDGES_FOLDER/modules/beefy
7172
rm -rf $BRIDGES_FOLDER/modules/shift-session-manager

0 commit comments

Comments
 (0)