diff --git a/Cargo.lock b/Cargo.lock index 9f1f6a2..7acafaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "cipher-paratime" -version = "3.0.0-testnet" +version = "3.0.1-testnet" dependencies = [ "keymanager", "oasis-runtime-sdk", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f3ec98b..fe4508f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipher-paratime" -version = "3.0.0-testnet" +version = "3.0.1-testnet" authors = ["Oasis Protocol Foundation "] edition = "2021" license = "Apache-2.0" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 945b067..c37f77b 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -31,7 +31,7 @@ const fn is_testnet() -> bool { const fn state_version() -> u32 { if is_testnet() { // Testnet. - 6 + 7 } else { // Mainnet. 2 @@ -108,8 +108,8 @@ impl sdk::Runtime for Runtime { if is_testnet() { // Testnet. Some(TrustRoot { - height: 17976280, - hash: "7b71cce3c8426491af0fa3755083812fd51615777ffbae8814eb07c51cdab89d".into(), + height: 18203386, + hash: "fd0136fe3103af6a37e5d22f6d8c60b52165a35e45e79a5a56ef31625626ffc1".into(), runtime_id: "0000000000000000000000000000000000000000000000000000000000000000" .into(), chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"