diff --git a/bbn-1/network-artifacts/upgrades/v2/README.md b/bbn-1/network-artifacts/upgrades/v2/README.md index e63eff4d..01af0825 100644 --- a/bbn-1/network-artifacts/upgrades/v2/README.md +++ b/bbn-1/network-artifacts/upgrades/v2/README.md @@ -2,31 +2,31 @@ ## Upgrade overview -- **Upgrade version**: `v2.0.0` +- **Upgrade version**: `v2.1.0` - **Upgrade height**: `596369` ## Upgrade process ### Prepare the upgrade binary -Obtain the `v2.0.0` binary. You can achieve this in multiple ways: +Obtain the `v2.1.0` binary. You can achieve this in multiple ways: - Download the binary from the [releases - page](https://github.com/babylonlabs-io/babylon/releases/tag/v2.0.0) + page](https://github.com/babylonlabs-io/babylon/releases/tag/v2.1.0) - Build the binary on your machine ```shell - git checkout v2.0.0 + git checkout v2.1.0 make install ``` - If you’re working with Docker images, you can pull the pre-built Docker image: ```shell - docker pull babylonlabs/babylond:v2.0.0 + docker pull babylonlabs/babylond:v2.1.0 ``` ### Perform the upgrade Perform the following steps to upgrade your Babylon node: * Stop your Babylon node -* Swap your babylon binary with the prepared `v2.0.0` binary +* Swap your babylon binary with the prepared `v2.1.0` binary * Please remove `--x-crisis-skip-assert-invariants` babylond flag from your node startup command. The `x/crisis` module has been removed in this release. diff --git a/bbn-1/network-artifacts/upgrades/v2/upgrade_binaries.json b/bbn-1/network-artifacts/upgrades/v2/upgrade_binaries.json index e2f89358..2d44a8e0 100644 --- a/bbn-1/network-artifacts/upgrades/v2/upgrade_binaries.json +++ b/bbn-1/network-artifacts/upgrades/v2/upgrade_binaries.json @@ -1,6 +1,6 @@ { "binaries": { - "linux/amd64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.0.0/babylon-2.0.0-linux-amd64", - "linux/arm64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.0.0/babylon-2.0.0-linux-arm64" + "linux/amd64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.1.0/babylon-2.1.0-linux-amd64", + "linux/arm64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.1.0/babylon-2.1.0-linux-arm64" } }