Skip to content

Commit

Permalink
Update Injective to v1.12.1-1705909076 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jan 23, 2024
1 parent 0b71d35 commit ff1661a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- project: impacthub
version: v0.18.1
- project: injective
version: v1.12.0-1704530206
version: v1.12.1-1705909076
- 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 @@ -76,7 +76,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-gitopia-v2.1.1`|[Example](./gitopia)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.12.0-1704530206`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.0-1704530206`|[Example](./injective)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.12.1-1705909076`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.1-1705909076`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-jackal-v3.1.1`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v18.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-juno-v18.1.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.12.0-1704530206`|
|Version|`v1.12.1-1705909076`|
|Binary|`injectived`|
|Directory|`.injectived`|
|ENV namespace|`INJECTIVED`|
|Repository|`https://github.com/InjectiveLabs/injective-chain-releases`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.0-1704530206`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.1-1705909076`|

## 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.12.0-1704530206
VERSION: v1.12.1-1705909076
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.4.5-injective-v1.12.0-1704530206
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.1-1705909076
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.4.5-injective-v1.12.0-1704530206
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.5-injective-v1.12.1-1705909076
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit ff1661a

Please sign in to comment.