Instructions for 2022-mar-08 testnet chain id axelar-testnet-lisbon-3
upgrade.
- Validators please vote for the upgrade proposal via
axelard tx gov vote 4 yes --from validator
- Wait for the proposed upgrade block (1060850). Your node will panic at that block height. Stop your node after chain halt.
pkill -f 'axelard start'
pkill -f 'axelard vald-start'
pkill -f tofnd
- Backup the state and keys. The following assumes you use the default path
~/.axelar_testnet
.
cp -r ~/.axelar_testnet ~/.axelar_testnet-lisbon-3-upgrade-0.15
- Restart your node with the new v0.15.0 build. Remember you need to run both the
node.sh
andvalidator-tools-host.sh
scripts
KEYRING_PASSWORD="pw-1" ./scripts/node.sh
KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh
Pull the latest main branch of this repo (axelarate-community).
Follow instructions at README to start your node.
The join scripts should automatically pull the new binary from Testnet releases. Or you can add the flag -a v0.15.0
to force a specific version.