File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ) ]
3434pub const BINDINGS_ADDRESS : & ' static str = "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318" ;
3535#[ cfg( not( feature = "simulation-mode" ) ) ]
@@ -38,7 +38,7 @@ pub const BINDINGS_CHAIN_ID: u64 = 8453; // base
3838pub 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" ) ]
4343pub const BINDINGS_FIRST_BLOCK : u64 = 0 ;
4444/// the root hash of tokenregistry, empty bytes32
You can’t perform that action at this time.
0 commit comments