Skip to content

Commit

Permalink
update ontake height
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft committed Oct 16, 2024
1 parent d1165aa commit 0e8b42d
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 0e8b42d

Please sign in to comment.