Injective v1.20.4-beta Testnet Upgrade 🥷
Versions
| Binary | Version | Code Commit |
|---|---|---|
| injectived | v1.20.4-beta | 710a7c1
|
| peggo | v1.20.4-beta | 710a7c1
|
Go version 1.26.8
Verify you're using the correct version by running the below commands:
injectived version
peggo versiondocker run -it --rm injectivelabs/injective-core:v1.20.4-beta injectived version
docker run -it --rm injectivelabs/injective-core:v1.20.4-beta peggo versionResults:
[A] injectived
Version v1.20.4-beta (710a7c1)
Compiled at 20260913-1802 using Go go1.26.8 (amd64)
[B] peggo
Version v1.20.4-beta (710a7c1)
Compiled at 20260913-1811 using Go go1.26.8 (amd64)
🐳 Docker
Docker image have support for both amd64 and arm64 architectures.
| Image | Description |
|---|---|
| injectivelabs/injective-core:v1.20.4-beta | Debian image |
🕊️ Download Binaries
wget https://github.com/InjectiveFoundation/injective-core/releases/download/v1.20.4-beta-1789322390/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib
sudo ldconfigValidating libwasmvm
Very important step is to verify your new libwasmvm:
sha256sum /usr/lib/libwasmvm.x86_64.so
eeaec050bd396c6aa4c085fe107341aa25f2ba56ee954e7e463587541dd969e0.
Any other hash will lead to consensus issues later.