mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Updated BHR/W version + codegen (#2148)
This commit is contained in:
committed by
Bastian Köcher
parent
564cc5ead7
commit
b3d6fe7cba
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
|
||||
|
||||
impl CliChain for BridgeHubRococo {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 9381, transaction_version: 2 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 9420, transaction_version: 3 });
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ impl CliChain for Wococo {
|
||||
|
||||
impl CliChain for BridgeHubWococo {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 9381, transaction_version: 2 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 9420, transaction_version: 3 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user