Skip to content

Commit

Permalink
bump BHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed May 20, 2024
1 parent 8492639 commit ea8f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-clients/client-bridge-hub-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ impl ChainWithMessages for BridgeHubPolkadot {

impl ChainWithRuntimeVersion for BridgeHubPolkadot {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_002_000, transaction_version: 3 });
Some(SimpleRuntimeVersion { spec_version: 1_002_002, transaction_version: 3 });
}

0 comments on commit ea8f5be

Please sign in to comment.