Skip to content

Commit

Permalink
runtime: Bump Mainnet trust root
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed May 20, 2024
1 parent d7bc8f3 commit f3621aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 16887695,
hash: "a3382aaaf7ff53c364ecddaf9577a819d415521d0b0a6362c9c3ea6a13a2356c".into(),
height: 19327937,
hash: "965b97464e8cb549926a0f39670025af9e0fdc271114cb1c9e7fdebb5516cd5f".into(),
runtime_id: "000000000000000000000000000000000000000000000000e199119c992377cb"
.into(),
chain_context: "bb3d748def55bdfb797a2ac53ee6ee141e54cd2ab2dc2375f4a0703a178e6e55"
Expand Down

0 comments on commit f3621aa

Please sign in to comment.