Upgrade proposal detected

Crescent Crescent

Crescent is to provide a connected DeFi functionality for Cosmos Ecosystem to enhance capital efficiency and manage risk effectively.

It focuses on the three main functionalities;

* Crescent DEX
* Crescent Boost
* Crescent Derivatives

Crescent Network will commit to, and evolve toward embodiment of the following objectives:

* Providing a marketplace for multi-chain assets with capital-efficient liquidity incentivization
* Securing a cross-chain collateralization protocol for users to effectively manage risks of their portfolio

An array of utilities will be built by the team and perfected by the community through governance, each embracing the core fundamentals of the network.

Snapshot

Latest snapshot

TypeHeightAgeSizeDownload
 
 

Stop the service and reset the data

sudo systemctl stop crescentd
cp $HOME/.crescent/data/priv_validator_state.json $HOME/.crescent/priv_validator_state.json.backup
rm -rf $HOME/.crescent/data

Download the latest snapshot

SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/crescent/crescent-1.json | jq -r .file)
curl -L https://snapshots.brocha.in/crescent/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.crescent
mv $HOME/.crescent/priv_validator_state.json.backup $HOME/.crescent/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart crescentd
sudo journalctl -u crescentd -f --no-hostname -o cat