Skip to content

Mainnet-v1.11.6-1688984159

Compare
Choose a tag to compare
@nmarcetic nmarcetic released this 10 Jul 10:16
· 114 commits to master since this release
feed88b

Injective v1.11.6 Upgrade 🥷

Upgrade Guide

This is a non-consensus breaking release that bumps CometBFT from v0.37.1 to v0.37.2.

Usage

Versions

Binary Version Commit Hash
injectived 1.11.6 69fb0c53e04bd15fd9e6124d5ec74b888d8d267a
peggo 1.11.6 d189c5c8a9b20948065af1b02f38f544f1262002

Go version 1.19

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

injectived version
peggo version
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.11.6 injectived version
docker run public.ecr.aws/l9h3g6c6/peggo:v1.11.6 peggo version

🐳 Docker

Docker images have support for both amd64 and arm64 architectures.

Image Description
public.ecr.aws/l9h3g6c6/injective-core:v1.11.6 Alpine image
public.ecr.aws/l9h3g6c6/peggo:v1.11.6 Alpine image

🕊️ Download Binaries

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