Skip to content

Commit

Permalink
Update Cryptoorgchain to v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Apr 7, 2024
1 parent 0a4dbc7 commit 16ba9ae
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 @@ -51,7 +51,7 @@ jobs:
- project: cronos
version: v1.0.9
- project: cryptoorgchain
version: v4.2.8
version: v4.2.9
- project: decentr
version: v1.6.4
- project: defund
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cosmoshub](https://github.com/cosmos/gaia)|`v15.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.1.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cronos-v1.0.9`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.8`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.8`|[Example](./cryptoorgchain)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-decentr-v1.6.4`|[Example](./decentr)|
|[defund](https://github.com/defund-labs/defund)|`v0.1.0-alpha`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-defund-v0.1.0-alpha`|[Example](./defund)|
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-desmos-v6.2.0`|[Example](./desmos)|
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.8`|
|Version|`v4.2.9`|
|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:v0.4.11-cryptoorgchain-v4.2.8`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.9`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion cryptoorgchain/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: cryptoorgchain
PROJECT_BIN: chain-maind
VERSION: v4.2.8
VERSION: v4.2.9
REPOSITORY: https://github.com/crypto-org-chain/chain-main
NAMESPACE: CHAIN_MAIND
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion cryptoorgchain/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.11-cryptoorgchain-v4.2.8
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.9
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/chain.json
Expand Down
2 changes: 1 addition & 1 deletion cryptoorgchain/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.11-cryptoorgchain-v4.2.8
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.9
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 16ba9ae

Please sign in to comment.