Skip to content

Commit 4b1e060

Browse files
committed
hypermap: update first block for new deployment
1 parent 1b6dc76 commit 4b1e060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hypermap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub const HYPERMAP_ADDRESS: &'static str = "0x000000000044C6B8Cb4d8f0F889a3E4766
1616
/// base chain id
1717
pub const HYPERMAP_CHAIN_ID: u64 = 8453;
1818
/// first block (minus one) of hypermap deployment on base
19-
pub const HYPERMAP_FIRST_BLOCK: u64 = 25_346_377;
19+
pub const HYPERMAP_FIRST_BLOCK: u64 = 27_270_411;
2020
/// the root hash of hypermap, empty bytes32
2121
pub const HYPERMAP_ROOT_HASH: &'static str =
2222
"0x0000000000000000000000000000000000000000000000000000000000000000";

0 commit comments

Comments
 (0)