Skip to content

Commit 7cf1aa2

Browse files
committed
sim contract change
1 parent 02335a1 commit 7cf1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use std::str::FromStr;
2626
#[cfg(not(feature = "simulation-mode"))]
2727
pub const BINDINGS_ADDRESS: &'static str = "0x0000000000e8d224B902632757d5dbc51a451456";
2828
#[cfg(feature = "simulation-mode")]
29-
pub const BINDINGS_ADDRESS: &'static str = "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6";
29+
pub const BINDINGS_ADDRESS: &'static str = "0x326Aa6822847B97a8387445a497e01253aC6E82B";
3030
#[cfg(not(feature = "simulation-mode"))]
3131
pub const BINDINGS_CHAIN_ID: u64 = 8453; // base
3232
#[cfg(feature = "simulation-mode")]

0 commit comments

Comments
 (0)