Skip to content

Commit

Permalink
Update Cryptoorgchain to v4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Feb 10, 2025
1 parent 31b7163 commit 3fed422
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 @@ -68,7 +68,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cosmoshub](https://github.com/cosmos/gaia)|`v22.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cronos-v1.4.0`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.10`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.10`|[Example](./cryptoorgchain)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.11`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.11`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-decentr-v1.6.4`|[Example](./decentr)|
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-desmos-v6.2.0`|[Example](./desmos)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v8.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-dydx-v8.0.5`|[Example](./dydx)|
Expand Down
4 changes: 2 additions & 2 deletions cryptoorgchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v4.2.10`|
|Version|`v4.2.11`|
|Binary|`chain-maind`|
|Directory|`.chain-maind`|
|ENV namespace|`CHAIN_MAIND`|
|Repository|`https://github.com/crypto-org-chain/chain-main`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.10`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.11`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions cryptoorgchain/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
args:
PROJECT: cryptoorgchain
PROJECT_BIN: chain-maind
VERSION: v4.2.10
VERSION: v4.2.11
REPOSITORY: https://github.com/crypto-org-chain/chain-main
GOLANG_VERSION: "1.20"
GOLANG_VERSION: 1.23
POLKACHU_CHAIN_ID: cryptocom
ports:
- '26656:26656'
Expand Down
2 changes: 1 addition & 1 deletion cryptoorgchain/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.2-cryptoorgchain-v4.2.10
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.11
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion cryptoorgchain/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.2-cryptoorgchain-v4.2.10
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.11
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 3fed422

Please sign in to comment.