Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Injective to v1.11.6-1688984159 #567

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- project: impacthub
version: v0.18.1
- project: injective
version: v1.11.5-1687535916
version: v1.11.6-1688984159
- project: irisnet
version: v2.0.1
- project: jackal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-fetchhub-v0.10.6`|[Example](./fetchhub)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.7.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-gravitybridge-v1.7.2`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.11.5-1687535916`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.5-1687535916`|[Example](./injective)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.11.6-1688984159`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.6-1688984159`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-jackal-v2.0.1`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v15.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-juno-v15.0.0`|[Example](./juno)|
Expand Down
4 changes: 2 additions & 2 deletions injective/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.11.5-1687535916`|
|Version|`v1.11.6-1688984159`|
|Binary|`injectived`|
|Directory|`.injectived`|
|ENV namespace|`INJECTIVED`|
|Repository|`https://github.com/InjectiveLabs/injective-chain-releases`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.5-1687535916`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.6-1688984159`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion injective/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: injective
PROJECT_BIN: injectived
PROJECT_DIR: .injectived
VERSION: v1.11.5-1687535916
VERSION: v1.11.6-1688984159
BUILD_IMAGE: injective
ports:
- '26656:26656'
Expand Down
2 changes: 1 addition & 1 deletion injective/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.5-1687535916
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.6-1688984159
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/chain.json
Expand Down
2 changes: 1 addition & 1 deletion injective/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.5-1687535916
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-injective-v1.11.6-1688984159
ports:
- '26656:26656'
- '26657:26657'
Expand Down