Skip to content

Commit 22d08dd

Browse files
committed
true kimap + first block
1 parent fb5c2d6 commit 22d08dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kimap.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ use serde::{Deserialize, Serialize};
99
use std::str::FromStr;
1010

1111
/// kimap deployment address on optimism
12-
pub const KIMAP_ADDRESS: &'static str = "0x29C2D0002af050d230a2567Db5f9bf43a0503773";
12+
pub const KIMAP_ADDRESS: &'static str = "0xcA92476B2483aBD5D82AEBF0b56701Bb2e9be658";
1313
/// optimism chain id
1414
pub const KIMAP_CHAIN_ID: u64 = 10;
1515
/// first block of kimap deployment on optimism
16-
pub const KIMAP_FIRST_BLOCK: u64 = 123_907_600;
16+
pub const KIMAP_FIRST_BLOCK: u64 = 123_908_000;
1717
/// the root hash of kimap, empty bytes32
1818
pub const KIMAP_ROOT_HASH: &'static str =
1919
"0x0000000000000000000000000000000000000000000000000000000000000000";

0 commit comments

Comments
 (0)