Skip to content

Commit

Permalink
Update crates/chainspec/src/spec.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft authored Sep 9, 2024
1 parent 9018d3b commit 17645de
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 @@ -125,7 +125,7 @@ pub static TAIKO_A7: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
Hardfork::Ontake,
ForkCondition::Block(
std::env::var("HEKLA_ONTAKE_HEIGHT")
.map_or(2000, |h| h.parse().unwrap_or(2000)),
.map_or(9999999, |h| h.parse().unwrap_or(9999999)),
),
),
]),
Expand Down

0 comments on commit 17645de

Please sign in to comment.