-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from InjectiveLabs/f/release_v1-11-5
feat: v1.11.5 release
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Injective v1.11.5 Upgrade 🥷 | ||
|
||
## Usage | ||
|
||
### Versions | ||
|
||
| Binary | Version |Commit Hash | ||
| -------- | ------- |------- | | ||
| injectived | 1.11.5 |85fd429d13e44bbd3b4f84928acdce5700d968fe| | ||
|
||
`Go version 1.19` | ||
|
||
Verify you're using the correct version by running the below commands: | ||
```bash | ||
injectived version | ||
``` | ||
|
||
```bash | ||
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.11.5 injectived version | ||
``` | ||
|
||
### 🐳 Docker | ||
|
||
Docker images have support for both `amd64` and `arm64` architectures. | ||
|
||
| Image | Description | | ||
| -------- | ------- | | ||
| public.ecr.aws/l9h3g6c6/injective-core:v1.11.5 | Alpine image | | ||
|
||
### 🕊️ Download Binaries | ||
|
||
```bash | ||
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/PLACEHOLDER/linux-amd64.zip | ||
unzip linux-amd64.zip | ||
sudo mv injectived peggo /usr/bin | ||
sudo mv libwasmvm.x86_64.so /usr/lib | ||
``` |