File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ cosmovisor version
106106osmosisd version
107107```
108108
109- These two command should both output 7 .0.3
109+ These two command should both output 29 .0.0
110110
111111Reset private validator file to genesis state:
112112
@@ -218,20 +218,20 @@ To see live logs of the service:
218218journalctl -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
229229cd $HOME /osmosis
230230git pull
231- git checkout v10 .0.1
231+ git checkout v29 .0.0
232232make build
233233systemctl stop cosmovisor.service
234- cp build/osmosisd ~ /.osmosisd/cosmovisor/upgrades/v7 /bin
234+ cp build/osmosisd ~ /.osmosisd/cosmovisor/upgrades/v28 /bin
235235systemctl start cosmovisor.service
236236cd $HOME
237237```
You can’t perform that action at this time.
0 commit comments