Upgrade proposal detected
Sei Atlantic 2
A layer 1 blockchain with a built-in orderbook, enabling an entirely new echelon of DeFi products.
By combining both the orderbook infrastructure and the underlying chain, you can create brand new types of derivatives and options on Sei.
Snapshot
Latest snapshot
Type | Height | Age | Size | Download |
---|---|---|---|---|
Stop the service and reset the data
sudo systemctl stop seid
cp $HOME/.sei/data/priv_validator_state.json $HOME/.sei/priv_validator_state.json.backup
rm -rf $HOME/.sei/data
Download the latest snapshot
SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/sei-testnet-2/atlantic-2.json | jq -r .file)
curl -L https://snapshots.brocha.in/sei-testnet-2/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.sei
mv $HOME/.sei/priv_validator_state.json.backup $HOME/.sei/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl restart seid
sudo journalctl -u seid -f --no-hostname -o cat