Skip to content

Commit

Permalink
Merge pull request #377 from CosmosContracts/dimiandre-patch-1
Browse files Browse the repository at this point in the history
Update 12_V21_BETA_UPGRADE.md
  • Loading branch information
dimiandre authored Mar 3, 2024
2 parents a95c6f7 + a2222ad commit 7351647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uni-6/12_V21_BETA_UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ cp ~/go/bin/junod ~/go/bin/junod-v20
mv junod ~/go/bin/junod

# if you are using cosmovisor you then need to make a new dir and copy this new binary
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v21/bin
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v21/bin
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v2100alpha1/bin
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v2100alpha1/bin

# find out what version you are about to run - should be the same as the tag
$DAEMON_HOME/cosmovisor/upgrades/v21/bin/junod version
$DAEMON_HOME/cosmovisor/upgrades/v2100alpha1/bin/junod version
```

## Code verification
Expand Down

0 comments on commit 7351647

Please sign in to comment.