Upgrade

Chain ID: side-testnet-3Latest Version Tag: v0.7.0

Download and build upgrade binaries

```bash

Clone project repository

cd $HOME rm -rf sidechain git clone https://github.com/sideprotocol/sidechain.git cd sidechain git checkout v0.7.0

Build and install binaries

make install