Skip to content

Commit 78a6a7e

Browse files
committed
Production addresses and starting blocks
1 parent 131ba1f commit 78a6a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use std::str::FromStr;
2929

3030
/// bindings data deployment address on base
3131
#[cfg(not(feature = "simulation-mode"))]
32-
pub const BINDINGS_ADDRESS: &'static str = "0x0000000000000000000000000000000000000000";
32+
pub const BINDINGS_ADDRESS: &'static str = "0x0000000000e8d224B902632757d5dbc51a451456";
3333
#[cfg(feature = "simulation-mode")]
3434
pub const BINDINGS_ADDRESS: &'static str = "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318";
3535
#[cfg(not(feature = "simulation-mode"))]
@@ -38,7 +38,7 @@ pub const BINDINGS_CHAIN_ID: u64 = 8453; // base
3838
pub const BINDINGS_CHAIN_ID: u64 = 31337; // fakenet
3939
/// first block (minus one) of tokenregistry deployment on base
4040
#[cfg(not(feature = "simulation-mode"))]
41-
pub const BINDINGS_FIRST_BLOCK: u64 = 27_270_411;
41+
pub const BINDINGS_FIRST_BLOCK: u64 = 36_283_831;
4242
#[cfg(feature = "simulation-mode")]
4343
pub const BINDINGS_FIRST_BLOCK: u64 = 0;
4444
/// the root hash of tokenregistry, empty bytes32

0 commit comments

Comments
 (0)