Skip to content

Commit

Permalink
Merge pull request #15443 from MinaProtocol/devnet-hf-stop-slots
Browse files Browse the repository at this point in the history
Devnet HF stop slots
  • Loading branch information
deepthiskumar committed Apr 3, 2024
2 parents 97f7d8c + e2446fe commit 7f7ff86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/config/devnet.mlh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

[%%define genesis_ledger "testnet_postake"]

[%%define genesis_state_timestamp "2020-09-16 03:15:00-07:00"]
[%%define genesis_state_timestamp "2021-09-24T00:00:00Z"]
[%%define block_window_duration 180000]

[%%define integration_tests false]
Expand All @@ -44,5 +44,6 @@
(* 2*block_window_duration *)
[%%define compaction_interval 360000]
[%%define vrf_poll_interval 5000]
[%%undef slot_tx_end]
[%%undef slot_chain_end]

[%%define slot_tx_end 445620]
[%%define slot_chain_end 445720]

0 comments on commit 7f7ff86

Please sign in to comment.