From 02335a189b3300e894d8b4fb2595a0b8b20eeffe Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Mon, 8 Dec 2025 13:51:18 -0800 Subject: [PATCH 1/2] bump version to 3.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77dc266..8ca639d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperware_process_lib" authors = ["Sybil Technologies AG"] -version = "3.0.0" +version = "3.0.1" edition = "2021" description = "A library for writing Hyperware processes in Rust." homepage = "https://hyperware.ai" From 7cf1aa2e9bcb442de4e933bb2afc681b9928a187 Mon Sep 17 00:00:00 2001 From: Johnathan Reale Date: Mon, 8 Dec 2025 16:53:38 -0500 Subject: [PATCH 2/2] sim contract change --- src/bindings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings.rs b/src/bindings.rs index 14fcbcb..1f928f2 100644 --- a/src/bindings.rs +++ b/src/bindings.rs @@ -26,7 +26,7 @@ use std::str::FromStr; #[cfg(not(feature = "simulation-mode"))] pub const BINDINGS_ADDRESS: &'static str = "0x0000000000e8d224B902632757d5dbc51a451456"; #[cfg(feature = "simulation-mode")] -pub const BINDINGS_ADDRESS: &'static str = "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6"; +pub const BINDINGS_ADDRESS: &'static str = "0x326Aa6822847B97a8387445a497e01253aC6E82B"; #[cfg(not(feature = "simulation-mode"))] pub const BINDINGS_CHAIN_ID: u64 = 8453; // base #[cfg(feature = "simulation-mode")]