Skip to content

Commit

Permalink
Upgrade injective to v1.12.0-1704530206 (#724)
Browse files Browse the repository at this point in the history
Injective will be upgraded to v1.12.0-1704530206 at block 57076000

https://www.mintscan.io/injective/block/57076000
Estimated Time: Jan 11th 2024, 12:12:44

Proposal: https://www.mintscan.io/injective/proposals/314
  • Loading branch information
CharlesJUDITH authored Jan 11, 2024
1 parent 896812f commit d74b9fb
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.11.6-1688984159
version: v1.12.0-1704530206
- 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.4-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.4-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.11.6-1688984159`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.11.6-1688984159`|[Example](./injective)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.12.0-1704530206`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.12.0-1704530206`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-jackal-v3.0.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v18.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-juno-v18.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.6-1688984159`|
|Version|`v1.12.0-1704530206`|
|Binary|`injectived`|
|Directory|`.injectived`|
|ENV namespace|`INJECTIVED`|
|Repository|`https://github.com/InjectiveLabs/injective-chain-releases`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.11.6-1688984159`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.12.0-1704530206`|

## 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.6-1688984159
VERSION: v1.12.0-1704530206
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.4-injective-v1.11.6-1688984159
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.12.0-1704530206
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.4-injective-v1.11.6-1688984159
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-injective-v1.12.0-1704530206
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit d74b9fb

Please sign in to comment.