Maintenance
sided status 2>&1 | jq .ValidatorInfosided status 2>&1 | jq .SyncInfoecho $(sided tendermint show-node-id)'@'$(curl -s ifconfig.me)':'$(cat $HOME/.side/config/config.toml \
| sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')[[ $(sided q staking validator $(sided keys show wallet --bech val -a) -oj \
| jq -r .consensus_pubkey.key) = $(sided status | jq -r .ValidatorInfo.PubKey.value) ]] \
&& echo -e "\n\e[1m\e[32mTrue\e[0m\n" || echo -e "\n\e[1m\e[31mFalse\e[0m\n"curl -sS http://localhost:46657/net_info \
| jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):\(.node_info.listen_addr)"' \
| awk -F ':' '{print $1":"$(NF)}'sed -i -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0.0uside\"/" $HOME/.side/config/app.tomlLast updated