github InjectiveLabs/injective-chain-releases v1.16.2-1755212690
v1.16.2

latest release: v1.16.2-iavlfix-1756534566
pre-release21 days ago

Injective v1.16.2 Fix Upgrade 🥷

Upgrade Guide

This is a software upgrade proposal for Injective. If passed, Proposal 550 would commit the Injective Chain to halt at block 129772500 (approximately 14:00 UTC / 10:00 ET on August 19th, 2025) and resume with the v1.16.2 version of the application binary.

Validators can find a step-by-step guide on the upgrade procedure in the long-form proposal.

Versions

Binary Version Binary Release Hash Open Source Release Hash
injectived v1.16.2 437674d 05b8c9c
peggo v1.16.2 437674d 05b8c9c

Go version 1.23.9

Verify you're using the correct version by running the below commands:

injectived version
peggo version
docker run -it --rm injectivelabs/injective-core:v1.16.2 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.2 peggo version

Results:

[A] injectived
Version v1.16.2 (437674d)
Compiled at 20250814-2305 using Go go1.23.9

[B] peggo
Version v1.16.2 (437674d)
Compiled at 20250814-2307 using Go go1.23.9

🐳 Docker

Docker image have support for both amd64 and arm64 architectures.

Image Description
injectivelabs/injective-core:v1.16.2 Debian image
injectivelabs/injective-core:v1.16.2 Debian image

🕊️ Download Binaries

wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.16.2-1755212690/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib

Don't miss a new injective-chain-releases release

NewReleases is sending notifications on new releases.