Skip to content

Commit

Permalink
update to correct 3.0 block height for testnet (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj authored Dec 18, 2024
1 parent bcf2276 commit 214d64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/sample-configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ start_height = 6

[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 1900
start_height = 56_457

[[burnchain.epochs]]
epoch_name = 3.1
epoch_name = "3.1"
start_height = 77_770
```

Expand Down

0 comments on commit 214d64a

Please sign in to comment.