Upgrade proposal detected
Gravity Bridge

Gravity Bridge chain will act as neutral ethereum to cosmos bridge. Through IBC(Interblockchain communication), many different cosmos based projects can connect and use the bridge to access ERC20 assets, like dai or usdc, without having to operate the gravity orchestrator on their own chain.
Gravity will be able to bring ERC20 assets from Ethereum into Cosmos, as well as Cosmos assets to Ethereum ERC20 representations. ATOM, and any other asset in the Cosmos ecosystem, will be able to trade on Uniswap and other Ethereum AMMs, and interact with Ethereum DeFi like any ERC20 token.
Snapshot
Latest snapshot
Type | Height | Age | Size | Download |
---|---|---|---|---|
Stop the service and reset the data
sudo systemctl stop gravity
cp $HOME/.gravity/data/priv_validator_state.json $HOME/.gravity/priv_validator_state.json.backup
rm -rf $HOME/.gravity/data
Download the latest snapshot
SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/gravity-bridge/gravity-bridge-3.json | jq -r .file)
curl -L https://snapshots.brocha.in/gravity-bridge/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.gravity
mv $HOME/.gravity/priv_validator_state.json.backup $HOME/.gravity/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl restart gravity
sudo journalctl -u gravity -f --no-hostname -o cat