Skip to content

Instantly share code, notes, and snippets.

@ForboleDevelopment
Last active September 24, 2020 09:01
Show Gist options
  • Save ForboleDevelopment/61a20e277444d7ddcd5d043529ac2614 to your computer and use it in GitHub Desktop.
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 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