Skip to content

Commit

Permalink
Update devnet to 0.0.2 with updated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jberci committed May 22, 2024
1 parent a1cf382 commit 5de3ea0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions runtime/Cargo.lock

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

4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pontusx-paratime"
version = "0.0.2-testnet"
version = "0.0.2-devnet"
authors = ["deltaDAO <contact@delta-dao.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ threads = 26
debug = false

[dependencies]
keymanager = { package = "pontusx-keymanager", git = "https://github.com/oasisprotocol/pontusx-keymanager", tag = "v0.0.1-testnet" }
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.4.1-testnet" }

# SDK.
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.8.6", package = "oasis-runtime-sdk-evm" }
Expand Down
8 changes: 4 additions & 4 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: 19377991,
hash: "99ece49085f04e312e6b55674ad700b8f9d51e1bd16ade26e2de96485ae6965a".into(),
height: 21263648,
hash: "1b2ac553253818973cd3d1b8b5fc856e3be3a68848cb5b8aaf280f7a4fd92c7c".into(),
runtime_id: "0000000000000000000000000000000000000000000000004febe52eb412b421"
.into(),
chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"
Expand All @@ -174,8 +174,8 @@ impl sdk::Runtime for Runtime {
} else if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 21122646,
hash: "0ed6ad8bf11176d82b3f3b9c266aa63d9813c11d8add7a696f3b22b166de6549".into(),
height: 21263648,
hash: "1b2ac553253818973cd3d1b8b5fc856e3be3a68848cb5b8aaf280f7a4fd92c7c".into(),
runtime_id: "00000000000000000000000000000000000000000000000004a6f9071c007069"
.into(),
chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"
Expand Down

0 comments on commit 5de3ea0

Please sign in to comment.