Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,9 @@ start_height = 2_000
[[burnchain.epochs]]
epoch_name = "3.2"
start_height = 71_525

[[burnchain.epochs]]
epoch_name = "3.3"
start_height = 108_800
```
{% endcode %}
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ start_height = 2_000
[[burnchain.epochs]]
epoch_name = "3.2"
start_height = 71_525

[[burnchain.epochs]]
epoch_name = "3.3"
start_height = 108_800
EOF

docker run -d \\
Expand Down Expand Up @@ -225,6 +229,10 @@ start_height = 2_000
[[burnchain.epochs]]
epoch_name = "3.2"
start_height = 71_525

[[burnchain.epochs]]
epoch_name = "3.3"
start_height = 108_800
```

Important aspects to change:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/node-operations/signer-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ start_height = 2_000
[[burnchain.epochs]]
epoch_name = "3.2"
start_height = 71_525

[[burnchain.epochs]]
epoch_name = "3.3"
start_height = 108_800
```

#### Mainnet Signer
Expand Down