πŸ› οΈUpgrade

version: 1.0.1

🟒UPDATE🟒 08.11.24

at Height -> 768114

cd $HOME
wget -O mantrachaind https://github.com/MANTRA-Chain/mantrachain/releases/download/v1.0.1/mantrachaind-1.0.1-linux-amd64
chmod +x mantrachaind
mv mantrachaind $(which mantrachaind)
mantrachaind version --long | grep -e commit -e version
#commit: e3fe2979
#version: 1.0.1
sudo systemctl restart mantrachaind && sudo journalctl -fu mantrachaind -o cat
#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/public/tags

Last updated