File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -267,15 +267,15 @@ To see live logs of the service:
267267journalctl -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
276276cd $HOME/osmosis
277277git pull
278- git checkout v10 .0.0
278+ git checkout v29 .0.0
279279make build
280- cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v9 /bin
280+ cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v28 /bin
281281```
You can’t perform that action at this time.
0 commit comments