⚠️ Version v10.0.0-rc1 is available
cd $HOME || return rm -rf archway git clone https://github.com/archway-network/archway.git cd archway || return git checkout v10.0.0-rc1 make build mkdir -p $HOME/.archway/cosmovisor/upgrades/v10.0.0/bin mv build/archwayd $HOME/.archway/cosmovisor/upgrades/v10.0.0/bin/
Last updated 1 month ago