·
10 commits
to release/v1.20.x
since this release
Injective v1.20.1 Mainnet Upgrade π₯·
π Full Changelog
Upgrade Guide
Validators can find a step-by-step guide on the upgrade procedure in the long-form documentation: https://docs.injective.network/infra/validator-mainnet/canonical-chain-upgrade-v1.20.1
Versions
| Binary | Version | Code Commit |
|---|---|---|
| injectived | v1.20.1 | eef179e |
| peggo | v1.20.1 | eef179e |
Go version 1.26.4
Verify you're using the correct version by running the below commands:
injectived version
peggo versiondocker run -it --rm injectivelabs/injective-core:v1.20.1 injectived version
docker run -it --rm injectivelabs/injective-core:v1.20.1 peggo versionResults:
[A] injectived
Version v1.20.1 (eef179e)
Compiled at 20260627-0349 using Go go1.26.4 (amd64)
[B] peggo
Version v1.20.1 (eef179e)
Compiled at 20260627-0356 using Go go1.26.4 (amd64)
π³ Docker
Docker image have support for both amd64 and arm64 architectures.
| Image | Description |
|---|---|
| injectivelabs/injective-core:v1.20.1 | Debian image |
ποΈ Download Binaries
wget https://github.com/InjectiveFoundation/injective-core/releases/download/v1.20.1-1782532109/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib