Skip to content

Commit

Permalink
chore: update configs (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron authored Feb 23, 2024
1 parent 82e2c51 commit 819fe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ impl ChainConfig {
blocktime: 2,
regolith_time: 0,
canyon_time: 170499240,
delta_time: u64::MAX,
delta_time: 1708560000,
}
}

Expand Down Expand Up @@ -424,7 +424,7 @@ impl ChainConfig {
blocktime: 2,
regolith_time: 0,
canyon_time: 1704992401,
delta_time: u64::MAX,
delta_time: 1708560000,
}
}

Expand Down

0 comments on commit 819fe52

Please sign in to comment.