Skip to content

Commit

Permalink
Update Injective to v1.14.0 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Feb 18, 2025
1 parent a63d641 commit 2d215b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[gitopia](https://github.com/gitopia/gitopia)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-gitopia-v5.1.0`|[Example](./gitopia)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3`|[Example](./injective)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-jackal-v4.4.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v27.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-juno-v27.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.13.3`|
|Version|`v1.14.0`|
|Binary|`injectived`|
|Directory|`.injectived`|
|ENV namespace|`INJECTIVED`|
|Repository|`https://github.com/InjectiveLabs/injective-chain-releases`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions injective/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
PROJECT_BIN: injectived
PROJECT_DIR: .injectived
REPOSITORY: https://github.com/InjectiveLabs/injective-chain-releases
VERSION: v1.13.3
BUILD_REF: release-prod-1734610315
VERSION: v1.14.0
BUILD_REF: v1.14.0-1739303348
BUILD_METHOD: 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 @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion injective/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 2d215b2

Please sign in to comment.