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 fb5c2d6 commit 22d08ddCopy full SHA for 22d08dd
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 = "0x29C2D0002af050d230a2567Db5f9bf43a0503773";
+pub const KIMAP_ADDRESS: &'static str = "0xcA92476B2483aBD5D82AEBF0b56701Bb2e9be658";
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_907_600;
+pub const KIMAP_FIRST_BLOCK: u64 = 123_908_000;
17
/// the root hash of kimap, empty bytes32
18
pub const KIMAP_ROOT_HASH: &'static str =
19
"0x0000000000000000000000000000000000000000000000000000000000000000";
0 commit comments