mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
bump bridge hub versions (#1830)
This commit is contained in:
committed by
Bastian Köcher
parent
606768bc6a
commit
63308ac22b
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
|
|||||||
|
|
||||||
impl CliChain for BridgeHubRococo {
|
impl CliChain for BridgeHubRococo {
|
||||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||||
Some(SimpleRuntimeVersion { spec_version: 9370, transaction_version: 1 });
|
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,5 +27,5 @@ impl CliChain for Wococo {
|
|||||||
|
|
||||||
impl CliChain for BridgeHubWococo {
|
impl CliChain for BridgeHubWococo {
|
||||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||||
Some(SimpleRuntimeVersion { spec_version: 9370, transaction_version: 1 });
|
Some(SimpleRuntimeVersion { spec_version: 9371, transaction_version: 1 });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user