The "Huygen" upgrade guide (v0.6.* to v0.7.*)
curl -s https://rpc-cronos.crypto.org:443/commit | jq "{height: .result.signed_header.header.height}"Step 0 - Don't panic
ERR UPGRADE "v0.7.0" NEEDED at height: 2693800: {\"binaries\":{...."}}Backups
Step 1 - Get the v0.7.0 binary
v0.7.0 binary$ curl -LOJ https://github.com/crypto-org-chain/cronos/releases/download/v0.7.0/cronos_0.7.0_Linux_x86_64.tar.gz $ tar -zxvf cronos_0.7.0_Linux_x86_64.tar.gz
Step 1.1 - Verify the version
Step 1.2 - Update app.toml
app.tomlStep 2. - Run everything
Last updated
Was this helpful?