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 Jan 23, 2023
1 parent 56d76d8 commit 800bb9f
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 @@ -113,8 +113,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 13033591,
hash: "fd99b786d9958ede6d37bdcd55c7cbc0f60f54cd8f84e27d06be3888674737aa".into(),
height: 13670553,
hash: "7e0e12dcdaa9e8a83e27799c03c873a0a2fc720bcef044992578a936ac7da2a2".into(),
runtime_id: "000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c"
.into(),
chain_context: "50304f98ddb656620ea817cc1446c401752a05a249b36c9b90dba4616829977a"
Expand Down

0 comments on commit 800bb9f

Please sign in to comment.