Skip to content

Commit

Permalink
Merge pull request taikoxyz#49 from taikoxyz/update-mainnet-ontake-he…
Browse files Browse the repository at this point in the history
…ight

feat(reth): update ontake height
  • Loading branch information
johntaiko authored Oct 16, 2024
2 parents d1165aa + 0e8b42d commit b60c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainspec/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pub static TAIKO_MAINNET: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
Hardfork::Ontake,
ForkCondition::Block(
std::env::var("MAINNET_ONTAKE_HEIGHT")
.map_or(9999999, |h| h.parse().unwrap_or(9999999)),
.map_or(538304, |h| h.parse().unwrap_or(538304)),
),
),
]),
Expand Down

0 comments on commit b60c579

Please sign in to comment.