File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
relays/bin-substrate/src/chains Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ impl CliChain for Rococo {
27
27
28
28
impl CliChain for BridgeHubRococo {
29
29
const RUNTIME_VERSION : Option < SimpleRuntimeVersion > =
30
- Some ( SimpleRuntimeVersion { spec_version : 9371 , transaction_version : 1 } ) ;
30
+ Some ( SimpleRuntimeVersion { spec_version : 9372 , transaction_version : 1 } ) ;
31
31
}
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ impl CliChain for Wococo {
27
27
28
28
impl CliChain for BridgeHubWococo {
29
29
const RUNTIME_VERSION : Option < SimpleRuntimeVersion > =
30
- Some ( SimpleRuntimeVersion { spec_version : 9371 , transaction_version : 1 } ) ;
30
+ Some ( SimpleRuntimeVersion { spec_version : 9372 , transaction_version : 1 } ) ;
31
31
}
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ rm -rf $BRIDGES_FOLDER/bin/rialto
66
66
rm -rf $BRIDGES_FOLDER /bin/rialto-parachain
67
67
rm -rf $BRIDGES_FOLDER /bin/.keep
68
68
rm -rf $BRIDGES_FOLDER /deployments
69
+ rm -f $BRIDGES_FOLDER /docs/dockerhub-*
69
70
rm -rf $BRIDGES_FOLDER /fuzz
70
71
rm -rf $BRIDGES_FOLDER /modules/beefy
71
72
rm -rf $BRIDGES_FOLDER /modules/shift-session-manager
You can’t perform that action at this time.
0 commit comments