Chain ID: athens_7001-1
| Current Node Version: v23.0.0
With Cosmovisor
Clone Zetachain repository
cd $HOME
rm -rf zeta-chain
git clone https://github.com/zeta-chain.git
cd zeta-chain
git checkout v23.0.0
Build binaries
make build
Prepare binaries for Cosmovisor
mkdir -p ~/.zetacored/cosmovisor/upgrades/v23.0.0/bin
mv build/zetacored ~/.zetacored/cosmovisor/upgrades/v23.0.0/bin/
rm -rf build
Without Cosmovisor
Clone Zetachain repository
cd $HOME
rm -rf zeta-chain
git clone https://github.com/zeta-chain.git
cd zeta-chain
git checkout v23.0.0
Build binaries
make install
Restart node and check logs
sudo systemctl restart zetacored && sudo journalctl -u zetacored -f --no-hostname -o cat