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" 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")]