Injective v1.17.0 Altria Mainnet Upgrade🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal 583 would commit the Injective Chain to halt at block 141150000 (approximately 14:00 UTC / 10:00 ET on November 11th, 2025) and resume with the v1.17.0 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.17.0 | 90be981
| e5eface
|
| peggo | v1.17.0 | 90be981
| e5eface
|
Go version 1.23.9
Verify you're using the correct version by running the below commands:
injectived version
peggo versiondocker run -it --rm injectivelabs/injective-core:v1.17.0 injectived version
docker run -it --rm injectivelabs/injective-core:v1.17.0 peggo versionResults:
[A] injectived
Version v1.17.0 (90be981)
Compiled at 20251109-1450 using Go go1.23.9 (amd64)
[B] peggo
Version v1.17.0 (90be981)
Compiled at 20251109-1452 using Go go1.23.9 (amd64)
🐳 Docker
Docker image have support for both amd64 and arm64 architectures.
| Image | Description |
|---|---|
| injectivelabs/injective-core:v1.17.0 | Debian image |
| injectivelabs/injective-core:v1.17.0 | Debian image |
🕊️ Download Binaries
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.17.0-1762718121/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib