File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bridges/relays/bin-substrate/src/chains Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ impl CliChain for Rococo {
2727
2828impl CliChain for BridgeHubRococo {
2929 const RUNTIME_VERSION : Option < SimpleRuntimeVersion > =
30- Some ( SimpleRuntimeVersion { spec_version : 9370 , transaction_version : 1 } ) ;
30+ Some ( SimpleRuntimeVersion { spec_version : 9371 , transaction_version : 1 } ) ;
3131}
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ impl CliChain for Wococo {
2727
2828impl CliChain for BridgeHubWococo {
2929 const RUNTIME_VERSION : Option < SimpleRuntimeVersion > =
30- Some ( SimpleRuntimeVersion { spec_version : 9370 , transaction_version : 1 } ) ;
30+ Some ( SimpleRuntimeVersion { spec_version : 9371 , transaction_version : 1 } ) ;
3131}
You can’t perform that action at this time.
0 commit comments