diff --git a/nodes/consensus-node.md b/nodes/consensus-node.md index fc0b9a4c35d..4c41a133c0c 100644 --- a/nodes/consensus-node.md +++ b/nodes/consensus-node.md @@ -311,7 +311,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Arabica] -celestia-appd start --v2-upgrade-height +celestia-appd start --v2-upgrade-height 1751707 ``` ::: diff --git a/nodes/hardfork-process.md b/nodes/hardfork-process.md index 00584a42e13..172158098b5 100644 --- a/nodes/hardfork-process.md +++ b/nodes/hardfork-process.md @@ -40,5 +40,11 @@ The two testnets where hardforks are deployed are: The Lemongrass hardfork is the first consensus layer breaking change since Celestia's Mainnet Beta genesis block. The Lemongrass hardfork includes all of the CIPs listed in [CIP-17](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-17.md). The Lemongrass hardfork will be executed on Arabica, then Mocha, then Mainnet Beta. The hardfork will take place at an "upgrade height" that will be coordinated offline on a per-network basis. The upgrade heights will be announced in advance (see [Network upgrades](./participate#network-upgrades)) to give node operators time to download and start a compatible binary prior to the upgrade height. -- If you are a consensus node or validator operator: you will need to download and run a celestia-app v2.x.x binary prior to the `--v2-upgrade-height` to remain on the canonical chain. You do not need to use a tool like [cosmovisor](https://docs.cosmos.network/main/build/tooling/cosmovisor) to upgrade the binary at the upgrade height. -- If you are a DA node operator, you will need to download and run a compatible celestia-node binary (likely v0.16.0) prior to the upgrade height. +- If you are a consensus node or validator operator: you will need to download and run a celestia-app binary >= v2.0.0 prior to the `--v2-upgrade-height` to remain on the canonical chain. You do not need to use a tool like [cosmovisor](https://docs.cosmos.network/main/build/tooling/cosmovisor) to upgrade the binary at the upgrade height. +- If you are a DA node operator, you will need to download and run a compatible celestia-node binary >= v0.16.0-rc0 prior to the upgrade height. + +Network | Chain ID | Datetime | `--v2-upgrade-height` +-------------|------------|------------------------------------------|---------------------- +Arabica | arabica-11 | 2024/08/19 @ 14:00 UTC | 1751707 +Mocha | mocha-4 | TBD approximately 2024/08/28 @ 14:00 UTC | TBD +Mainnet Beta | celestia | TBD approximately 2024/09/18 @ 14:00 UTC | TBD diff --git a/nodes/validator-node.md b/nodes/validator-node.md index 7542409923d..ea3b83b7076 100644 --- a/nodes/validator-node.md +++ b/nodes/validator-node.md @@ -161,7 +161,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Arabica] -celestia-appd start --v2-upgrade-height +celestia-appd start --v2-upgrade-height 1751707 ``` :::