diff --git a/docs/operate/run-a-signer/signer-quickstart.md b/docs/operate/run-a-signer/signer-quickstart.md index eedcf5b34c..b2737f5de8 100644 --- a/docs/operate/run-a-signer/signer-quickstart.md +++ b/docs/operate/run-a-signer/signer-quickstart.md @@ -342,11 +342,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 + +[[burnchain.epochs]] +epoch_name = "3.2" +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF ``` {% endtab %} diff --git a/docs/reference/README (1).md b/docs/reference/README (1).md index aca7354376..2c801e9714 100644 --- a/docs/reference/README (1).md +++ b/docs/reference/README (1).md @@ -222,14 +222,22 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` {% endcode %} diff --git a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md index e39538ff52..6bc2208f38 100644 --- a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md +++ b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md @@ -107,15 +107,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF docker run -d \\ diff --git a/docs/reference/node-operations/signer-configuration.md b/docs/reference/node-operations/signer-configuration.md index ed5e7439a5..346c2ad651 100644 --- a/docs/reference/node-operations/signer-configuration.md +++ b/docs/reference/node-operations/signer-configuration.md @@ -155,15 +155,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` #### Mainnet Signer