Last active
September 24, 2020 09:01
-
-
Save ForboleDevelopment/61a20e277444d7ddcd5d043529ac2614 to your computer and use it in GitHub Desktop.
This script allows to fix the September upgrade setup in order to make sure your node works properly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script allows to fix the September upgrade setup in order to make sure your node works properly. | |
# Please run run after you've ran this one: https://gist.github.com/ForboleDevelopment/92979d9be88bd593f234e28ff2cd353a | |
cd ~/desmos | |
git fetch -a | |
git checkout tags/v0.12.1 | |
make build | |
mv build/desmosd ~/.desmosd/cosmovisor/upgrades/september-upgrade/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment