Skip to content

Commit

Permalink
runtime: Bump Testnet trust root
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Mar 28, 2024
1 parent 79e19e1 commit ff6ece9
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 @@ -108,8 +108,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 19183313,
hash: "54d353e4cebe669384d682aea9d19e7bde9362008128944c6df8b4a594c1ab62".into(),
height: 20398467,
hash: "1e3d05fa21e113a3dba76f24f1e93d41b418d214e0b2bb4cfa121170a08acf08".into(),
runtime_id: "0000000000000000000000000000000000000000000000000000000000000000"
.into(),
chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"
Expand Down

0 comments on commit ff6ece9

Please sign in to comment.