Skip to content

Commit 1697535

Browse files
Update joining-mainnet.md
1 parent 4ac0512 commit 1697535

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/overview/validate/joining-mainnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ To see live logs of the service:
267267
journalctl -u cosmovisor -f
268268
```
269269

270-
## Update Cosmovisor to V10
270+
## Update Cosmovisor to V29
271271

272-
If you want osmosisd to upgrade automatically from V9 to V10, do the following steps prior to the upgrade height (4713065):
272+
If you want osmosisd to upgrade automatically from V28 to V29, do the following steps prior to the upgrade height (33187000):
273273

274274
```{.sh}
275-
mkdir -p ~/.osmosisd/cosmovisor/upgrades/v9/bin
275+
mkdir -p ~/.osmosisd/cosmovisor/upgrades/v28/bin
276276
cd $HOME/osmosis
277277
git pull
278-
git checkout v10.0.0
278+
git checkout v29.0.0
279279
make build
280-
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v9/bin
280+
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v28/bin
281281
```

0 commit comments

Comments
 (0)