Skip to content

Commit

Permalink
Merge pull request #32 from oasisprotocol/nhynes/0.1.3-testnet
Browse files Browse the repository at this point in the history
runtime: prepare 0.1.3-testnet
  • Loading branch information
nhynes authored Aug 10, 2022
2 parents e147ac9 + d7a30ca commit 74b4bab
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapphire-paratime"
version = "0.1.2-testnet"
version = "0.1.3-testnet"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,8 +19,8 @@ debug = false

[dependencies]
cipher-keymanager = { git = "https://github.com/oasisprotocol/cipher-paratime", rev = "462890d33f55655fa6f9f18b2597c1b9bef21bd3" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "c8be17dff70962d7da295e9143a7a9fe06a70720", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "c8be17dff70962d7da295e9143a7a9fe06a70720" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "f8d5102e5b25bced8a6bc5d4400ace6c980a7b0b", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "f8d5102e5b25bced8a6bc5d4400ace6c980a7b0b" }

# Third party.
once_cell = "1.8.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 @@ -112,8 +112,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 10665896,
hash: "56e9e743d988b3197b9fde493ecf73268db992e25f9029f96efaccffdbae6400".into(),
height: 11085243,
hash: "40611473dba904e840cbd9c63a931aa255fa59dced764b174d54e1246d46a608".into(),
runtime_id: "000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c"
.into(),
})
Expand Down

0 comments on commit 74b4bab

Please sign in to comment.