Skip to content

Commit

Permalink
feat: update testnet node epoch start heights
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevOps committed Jan 16, 2025
1 parent d6de96e commit 5df127a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions guides-and-tutorials/running-a-signer/signer-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ start_height = 6
[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 56_457
start_height = 1_900
epoch_name = “3.1”
start_height = 77_770
start_height = 2_000
EOF
```
{% endtab %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ start_height = 6
[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 56_457
start_height = 1_900
[[burnchain.epochs]]
epoch_name = "3.1"
start_height = 2_000
EOF
docker run -d \\
Expand Down Expand Up @@ -206,7 +210,11 @@ start_height = 6
[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 56_457
start_height = 1_900
[[burnchain.epochs]]
epoch_name = "3.1"
start_height = 2_000
```
The important aspects that you’ll need to change are:
Expand Down
4 changes: 2 additions & 2 deletions reference/sample-configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ start_height = 6

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

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

### Mainnet Signer
Expand Down

0 comments on commit 5df127a

Please sign in to comment.