Skip to content

Commit 1db70f2

Browse files
committed
Updated for first emission
1 parent cd01885 commit 1db70f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dao.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub const DAO_VOTES_TOKEN_ADDRESS: &str = "0xec48905Bb1714bbf3B6f56E49a8FA2299Bf
3939

4040
// First block to start caching DAO events from (can be refined later)
4141
#[cfg(not(feature = "simulation-mode"))]
42-
pub const DAO_FIRST_BLOCK: u64 = 39_827_295;
42+
pub const DAO_FIRST_BLOCK: u64 = 40_000_000;
4343
#[cfg(feature = "simulation-mode")]
4444
pub const DAO_FIRST_BLOCK: u64 = 0;
4545

0 commit comments

Comments
 (0)