πŸ› οΈUpgrade

version: 4.0.0

🟒UPDATE🟒 06.04.25

at Height -> 4428500

cd $HOME
wget -O mantrachaind https://github.com/MANTRA-Chain/mantrachain/releases/download/v4.0.0/mantrachaind-4.0.0-linux-amd64
chmod +x mantrachaind
mv mantrachaind $(which mantrachaind)
mantrachaind version --long | grep -e commit -e version
#commit: 582d5f67
#version: 4.0.0
sudo systemctl restart mantrachaind && sudo journalctl -fu mantrachaind -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/MANTRA-Chain/mantrachain/tags

Last updated

Was this helpful?