Home·Validation Tools·Namada
Namada logo
By LavenderFive

Prepare for and the upcomming chain upgrade using Cosmovisor.

#Upgrade

ⓘ    Since we are using Cosmovisor, it makes it very easy to prepare for upcoming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.

#Download and build upgrade binaries

# Clone project repository
cd $HOME
rm -rf namada
git clone https://github.com/anoma/namada namada
cd namada
git checkout {{ node_version }}

# Build binaries
make build

# Prepare binaries for Cosmovisor
mkdir -p $HOME/.namada/cosmovisor/upgrades/v15/bin
mv build/namada $HOME/.namada/cosmovisor/upgrades/v15/bin/
rm -rf build

Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!

Chain ID:
shielded-expedition.88f17d1d14
Latest Version:
Github:
anoma/namada
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/namada
RPC
testnet-rpc.lavenderfive.com:443/namada
gRPC
testnet-namada.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/namada/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.