Skip to content

Commit

Permalink
Merge pull request #5 from oasisprotocol/jberci/fix/devnet-trust
Browse files Browse the repository at this point in the history
Revert devnet trust root to the previous version
  • Loading branch information
jberci authored May 30, 2024
2 parents 8dab725 + db93254 commit a40ca90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pontusx-paratime"
version = "0.0.3-devnet"
version = "0.0.4-devnet"
authors = ["deltaDAO <contact@delta-dao.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ impl sdk::Runtime for Runtime {
if is_devnet() {
// Devnet.
Some(TrustRoot {
height: 21263648,
hash: "1b2ac553253818973cd3d1b8b5fc856e3be3a68848cb5b8aaf280f7a4fd92c7c".into(),
height: 19377991,
hash: "99ece49085f04e312e6b55674ad700b8f9d51e1bd16ade26e2de96485ae6965a".into(),
runtime_id: "0000000000000000000000000000000000000000000000004febe52eb412b421"
.into(),
chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"
Expand Down

0 comments on commit a40ca90

Please sign in to comment.