Skip to content

Commit 6dd3742

Browse files
committed
Update Cronos POS to v7.3.0
1 parent 38cf329 commit 6dd3742

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
6969
|[cosmoshub](https://github.com/cosmos/gaia)|`v27.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cosmoshub-v27.3.0`|[Example](./cosmoshub)|
7070
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-crescent-v4.2.0`|[Example](./crescent)|
7171
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.7.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cronos-v1.7.0`|[Example](./cronos)|
72-
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v7.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.2.0`|[Example](./cryptoorgchain)|
72+
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v7.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.3.0`|[Example](./cryptoorgchain)|
7373
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-decentr-v1.6.4`|[Example](./decentr)|
7474
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-desmos-v6.2.0`|[Example](./desmos)|
7575
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v9.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-dydx-v9.4.0`|[Example](./dydx)|

cryptoorgchain/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v7.2.0`|
5+
|Version|`v7.3.0`|
66
|Binary|`chain-maind`|
77
|Directory|`.chain-maind`|
88
|ENV namespace|`CHAIN_MAIND`|
99
|Repository|`https://github.com/crypto-org-chain/chain-main`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.2.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.3.0`|
1111

1212
## Examples
1313

cryptoorgchain/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
args:
66
PROJECT: cryptoorgchain
77
PROJECT_BIN: chain-maind
8-
VERSION: v7.2.0
8+
VERSION: v7.3.0
99
REPOSITORY: https://github.com/crypto-org-chain/chain-main
1010
GOLANG_VERSION: 1.25
1111
DEBIAN_VERSION: bookworm

cryptoorgchain/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.2.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.3.0
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

cryptoorgchain/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.2.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.44-cryptoorgchain-v7.3.0
44
ports:
55
- "26656:26656"
66
- "26657:26657"

0 commit comments

Comments
 (0)