Skip to content

Commit

Permalink
Update Polkadot to 1.3.3 (#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 authored Oct 15, 2024
1 parent efa37d6 commit 7b14e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-clients/client-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ impl ChainWithTransactions for Polkadot {

impl ChainWithRuntimeVersion for Polkadot {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_002_000, transaction_version: 25 });
Some(SimpleRuntimeVersion { spec_version: 1_003_003, transaction_version: 26 });
}
2 changes: 1 addition & 1 deletion substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-relay"
version = "1.7.1"
version = "1.7.2"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 7b14e16

Please sign in to comment.