HomeยทValidation ToolsยทCelestia
Celestia 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 celestia
git clone https://github.com/celestiaorg/celestia-app celestia
cd celestia
git checkout v3.3.1

# Build binaries
make build

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

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

Chain ID:
celestia
Latest Version:
v3.3.1
Github:
celestiaorg/celestia-app
Public endpoints
REST/LCD
rest.lavenderfive.com:443/celestia
RPC
rpc.lavenderfive.com:443/celestia
gRPC
celestia.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/celestia/websocket
Lavender Five
ยฉ 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.