mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 22:28:02 +00:00
BHR/BHWE spec_version according to the polkadot-sdk (#2668)
This commit is contained in:
committed by
Bastian Köcher
parent
3787b032c2
commit
564cb492f9
@@ -27,5 +27,5 @@ impl CliChain for Rococo {
|
||||
|
||||
impl CliChain for BridgeHubRococo {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 9420, transaction_version: 3 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 3 });
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ impl CliChain for Westend {
|
||||
|
||||
impl CliChain for BridgeHubWestend {
|
||||
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
|
||||
Some(SimpleRuntimeVersion { spec_version: 10000, transaction_version: 3 });
|
||||
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 3 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user