Skip to content

Commit

Permalink
Merge branch 'update-cryptoorg-v4.2.8' into release-v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Dec 8, 2023
2 parents 7710040 + 2d0f41b commit 80d3bc7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- project: cronos
version: v1.0.9
- project: cryptoorgchain
version: v4.2.6
version: v4.2.8
- 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 @@ -62,7 +62,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cosmoshub](https://github.com/cosmos/gaia)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cosmoshub-v14.1.0`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.3-cronos-v1.0.9`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.8`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cryptoorgchain-v4.2.8`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.3-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.3-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.6`|
|Version|`v4.2.8`|
|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.3-cryptoorgchain-v4.2.6`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cryptoorgchain-v4.2.8`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions cryptoorgchain/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ services:
args:
PROJECT: cryptoorgchain
PROJECT_BIN: chain-maind
VERSION: v4.2.6
VERSION: v4.2.8
REPOSITORY: https://github.com/crypto-org-chain/chain-main
NAMESPACE: CHAIN_MAIND
GOLANG_VERSION: 1.19-buster
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
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.3-cryptoorgchain-v4.2.6
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cryptoorgchain-v4.2.8
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.3-cryptoorgchain-v4.2.6
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cryptoorgchain-v4.2.8
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 80d3bc7

Please sign in to comment.