Skip to content

Commit 005c080

Browse files
Update joining-testnet.md
1 parent f39cd09 commit 005c080

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/overview/validate/joining-testnet.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ cosmovisor version
106106
osmosisd version
107107
```
108108

109-
These two command should both output 7.0.3
109+
These two command should both output 29.0.0
110110

111111
Reset private validator file to genesis state:
112112

@@ -218,20 +218,20 @@ To see live logs of the service:
218218
journalctl -u cosmovisor -f
219219
```
220220

221-
## Update Cosmovisor to V7
221+
## Update Cosmovisor to V29
222222

223-
If you want osmosisd to upgrade automatically from V6 to V7, do the following steps prior to the upgrade height (3215657):
223+
If you want osmosisd to upgrade automatically from V28 to V29, do the following steps prior to the upgrade height (27192200):
224224

225-
This step is only needed if syncing from genesis and haven't passed block 3215657 yet.
225+
This step is only needed if syncing from genesis and haven't passed block 27192200 yet.
226226

227227
```bash
228-
mkdir -p ~/.osmosisd/cosmovisor/upgrades/v7/bin
228+
mkdir -p ~/.osmosisd/cosmovisor/upgrades/v28/bin
229229
cd $HOME/osmosis
230230
git pull
231-
git checkout v10.0.1
231+
git checkout v29.0.0
232232
make build
233233
systemctl stop cosmovisor.service
234-
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v7/bin
234+
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v28/bin
235235
systemctl start cosmovisor.service
236236
cd $HOME
237237
```

0 commit comments

Comments
 (0)