cosmos/upgrade/v1beta1/current_plan

Returns the current upgrade plan.

Parameters

None

Result

The current upgrade plan.

Example

Request

curl <your-rest-endpoint>/cosmos/upgrade/v1beta1/current_plan \
  -X GET \
  -H "accept: application/json"

Return

{
    "plan": {
        "name": "v9-Lambda",
        "time": "0001-01-01T00:00:00Z",
        "height": "14470501",
        "info": "{\"binaries\":{\"linux/amd64\":\"https://github.com/cosmos/gaia/releases/download/v9.0.0/gaiad-v9.0.0-linux-amd64?checksum=sha256:082b8d8b6da364b3d981a6e12822dcc260326b1f0948eb9fe3d7798f0ff76c1e\",\"linux/arm64\":\"https://github.com/cosmos/gaia/releases/download/v9.0.0/gaiad-v9.0.0-linux-arm64?checksum=sha256:c07cafc8afdbba962d6dd41a913c72aafa2c94c0c77f12604f931ef03d33c208\",\"darwin/amd64\":\"https://github.com/cosmos/gaia/releases/download/v9.0.0/gaiad-v9.0.0-darwin-amd64?checksum=sha256:d24249ba4de991fc8a90bf0798445e4dc27973e684ccdd4f7995327ac19cb0f1\",\"darwin/arm64\":\"https://github.com/cosmos/gaia/releases/download/v9.0.0/gaiad-v9.0.0-darwin-arm64?checksum=sha256:fddb84763759b62ab1c6044c38b003c7cbd0cea82eac5e99e6bee6f03ed83dcf\",\"windows/amd64\":\"https://github.com/cosmos/gaia/releases/download/v9.0.0/gaiad-v9.0.0-windows-amd64.exe?checksum=sha256:c540b9273be49e846084f9190db0dea3b66334b7dd220d832848c25d5fbf5098\"}}",
        "upgraded_client_state": null
    }
}