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 3dbb3d7 commit fb5c2d6Copy full SHA for fb5c2d6
src/kimap.rs
@@ -9,11 +9,11 @@ use serde::{Deserialize, Serialize};
9
use std::str::FromStr;
10
11
/// kimap deployment address on optimism
12
-pub const KIMAP_ADDRESS: &'static str = "0x947e5D04a28d6494601ce3b499884E7dAfB5443A";
+pub const KIMAP_ADDRESS: &'static str = "0x29C2D0002af050d230a2567Db5f9bf43a0503773";
13
/// optimism chain id
14
pub const KIMAP_CHAIN_ID: u64 = 10;
15
/// first block of kimap deployment on optimism
16
-pub const KIMAP_FIRST_BLOCK: u64 = 123_768_000;
+pub const KIMAP_FIRST_BLOCK: u64 = 123_907_600;
17
/// the root hash of kimap, empty bytes32
18
pub const KIMAP_ROOT_HASH: &'static str =
19
"0x0000000000000000000000000000000000000000000000000000000000000000";
0 commit comments