We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6dc76 commit 4b1e060Copy full SHA for 4b1e060
src/hypermap.rs
@@ -16,7 +16,7 @@ pub const HYPERMAP_ADDRESS: &'static str = "0x000000000044C6B8Cb4d8f0F889a3E4766
16
/// base chain id
17
pub const HYPERMAP_CHAIN_ID: u64 = 8453;
18
/// first block (minus one) of hypermap deployment on base
19
-pub const HYPERMAP_FIRST_BLOCK: u64 = 25_346_377;
+pub const HYPERMAP_FIRST_BLOCK: u64 = 27_270_411;
20
/// the root hash of hypermap, empty bytes32
21
pub const HYPERMAP_ROOT_HASH: &'static str =
22
"0x0000000000000000000000000000000000000000000000000000000000000000";
0 commit comments