Skip to content

Commit

Permalink
docs: fix naka testnet epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 authored Aug 30, 2024
1 parent fe1678b commit a02f052
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions reference/sample-configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,27 +101,28 @@ start_height = 240

[[burnchain.epochs]]
epoch_name = "2.1"
start_height = 241
start_height = 240

[[burnchain.epochs]]
epoch_name = "2.2"
start_height = 242
start_height = 241

[[burnchain.epochs]]
epoch_name = "2.3"
start_height = 243
start_height = 242

[[burnchain.epochs]]
epoch_name = "2.4"
start_height = 244
start_height = 243

[[burnchain.epochs]]
epoch_name = "2.5"
start_height = 245
start_height = 244

[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 41111
start_height = 2_000_250


[[ustx_balance]]
address = "ST0DZFQ1XGHC5P1BZ6B7HSWQKQJHM74JBGCSDTNA"
Expand Down

0 comments on commit a02f052

Please sign in to comment.