Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down