diff --git a/5.cosmovisor.md b/5.cosmovisor.md index 604cb4a4..c7903ac5 100644 --- a/5.cosmovisor.md +++ b/5.cosmovisor.md @@ -2,7 +2,7 @@ In this guide, you will find step-by-step instructions for downloading, compiling, and installing Cosmovisor on your BitCanna node on the MAINNET. We have provided the simplest methods for installation, so you can quickly and easily get Cosmovisor running on your node. -When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1). +When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2). If you have any questions or find anything unclear when reading through this guide, don’t hesitate to reach out to us on Discord. Also, if you have any suggestions for improvement, we welcome you to make a pull request! @@ -154,19 +154,19 @@ Show Cosmovisor's version. ```bash cosmovisor run version ``` -It must return `v4.0.1` +It must return `v4.0.2` The output should look like this: ```go 20:27PM INF running app args=["version"] module=cosmovisor path=/home/user/.bcna/cosmovisor/upgrades/stickyfingers -4.0.1 +4.0.2 ``` * Show BitCanna version: `bcnad version` Must show the same version as above * Show Cosmovisor sync info and status: `cosmovisor run status` ### 5.) Done. Congratulations, you have installed Cosmovisor on your BitCanna node. Future upgrades of the binary's will be handled by Cosmovisor. Instructions to prepare Cosmovisor for an upcoming chain-upgrade will be provided on the release page. -An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) +An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2) ## Reminder In the future, you must use the `cosmovisor` command instead of the `bcnad` command if you want to perform **service related** commands.