Skip to content

Commit 6965d34

Browse files
authored
Merge pull request #310 from crypto-org-chain/aw126-patch-16
Update mainnet.md
2 parents 7845e77 + c167888 commit 6965d34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/mainnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Before kick-starting your node, we will have to configure the node so that it co
183183
$ sed -i.bak -E 's#^(create_empty_blocks_interval[[:space:]]+=[[:space:]]+).*$#\1"5s"#' ~/.chain-maind/config/config.toml
184184
```
185185
:::tip Reminder:
186-
The list of the `seed` is subjected to change, you can also find the latest seed to connect [here](https://github.com/crypto-org-chain/mainnet#seed-nodes)
186+
The list of the `seed` is subject to change, you can also find the latest seed to connect [here](https://github.com/crypto-org-chain/mainnet#seed-nodes)
187187
:::
188188
## Step 3. Run everything
189189

@@ -284,7 +284,7 @@ To simplify the following step, we will be using **Linux** for illustration. Bin
284284
```
285285
#### Step 3-2-2 - Verify the version
286286

287-
You can verify the installation by checking the version of `chain-maind`, the latest version is `2.0.1`.
287+
You can verify the installation by checking the version of `chain-maind`.
288288

289289
```bash
290290
# check the version of chain-maind
@@ -325,8 +325,8 @@ and you can check your node's progress (in terms of block height) by:
325325

326326
## "DRACO II" and "V4" Network upgrades
327327

328-
You've successfully performed the **"Canis Major"** binary upgrade! Allow sometime for the node to catch up, meanwhile, you can get ready for **"DRACO II,"** the second network upgrade ( from `v2.*` to `v3.3.2` at block height `3,526,800` ) by following this [guide](./upgrade_guide_draco_2.md), and **"V4 Upgrade"** (from `v3.3.*` to `v4.2.2` at block height `10,073,800`) by following this [guide](./upgrade_guide_v4.md) at a later stage.
329-
You can find the key details for all the upgrades under ["Notes on network upgrades"](https://crypto.org/docs/getting-started/mainnet.html#step-0-notes-on-network-upgrades)
328+
You've successfully performed the **"Canis Major"** binary upgrade! Allow some time for the node to catch up, meanwhile, you can get ready for **"DRACO II,"** the second network upgrade ( from `v2.*` to `v3.3.2` at block height `3,526,800` ) by following this [guide](./upgrade_guide_draco_2.md), and **"V4 Upgrade"** (from `v3.3.*` to `v4.2.2` at block height `10,073,800`) by following this [guide](./upgrade_guide_v4.md) at a later stage. The latest version is `v4.2.6`.
329+
You can find the key details for all the upgrades under ["Notes on network upgrades"](https://crypto.org/docs/getting-started/mainnet.html#step-0-notes-on-network-upgrades).
330330
331331
332332
## *(Optional)* QuickSync

0 commit comments

Comments
 (0)