Home·Validation Tools·Story Protocol
Story Protocol 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 story
git clone {{ repo }} story
cd story
git checkout v0.1.5

# Build binaries
make build

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

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

Chain ID:
odyssey-0
Latest Version:
v0.1.5
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/story
RPC
testnet-rpc.lavenderfive.com:443/story
gRPC
testnet-story.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/story/ws
Json-RPC
testnet-jsonrpc.lavenderfive.com:443/story
Json-RPC (websocket)
wss://testnet-jsonrpc.lavenderfive.com:443/story
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.