Emergency release, contains a hotfix for CometBFT vulnerability
Upgrade instructions (mainnet)
# 1. Download the node package
wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.3/secretnetwork_1.23.3_mainnet_goleveldb_amd64_ubuntu-22.04.deb
# 2. install the node
sudo apt install -y ./secretnetwork_1.23.3_mainnet_goleveldb_amd64_ubuntu-22.04.deb
# 3. run it
sudo systemctl start secret-node && journalctl -fu secret-node