We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02335a1 commit 7cf1aa2Copy full SHA for 7cf1aa2
src/bindings.rs
@@ -26,7 +26,7 @@ use std::str::FromStr;
26
#[cfg(not(feature = "simulation-mode"))]
27
pub const BINDINGS_ADDRESS: &'static str = "0x0000000000e8d224B902632757d5dbc51a451456";
28
#[cfg(feature = "simulation-mode")]
29
-pub const BINDINGS_ADDRESS: &'static str = "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6";
+pub const BINDINGS_ADDRESS: &'static str = "0x326Aa6822847B97a8387445a497e01253aC6E82B";
30
31
pub const BINDINGS_CHAIN_ID: u64 = 8453; // base
32
0 commit comments