mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Update BHR and BHW spec version (#1922)
* Update BHR and BHW spec version * Remove docs in verify-pallets-build.sh * Remove only docs/dockerhub-*
This commit is contained in:
committed by
Bastian Köcher
parent
aa466a485d
commit
80db23d4e0
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
|
||||
|
||||
impl CliChain for BridgeHubRococo {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ impl CliChain for Wococo {
|
||||
|
||||
impl CliChain for BridgeHubWococo {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 9372, transaction_version: 1 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user