File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
6767| [ chihuahua] ( https://github.com/ChihuahuaChain/chihuahua ) | ` v9.0.6 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-chihuahua-v9.0.6 ` | [ Example] ( ./chihuahua ) |
6868| [ comdex] ( https://github.com/comdex-official/comdex ) | ` v15.3.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-comdex-v15.3.0 ` | [ Example] ( ./comdex ) |
6969| [ coreum] ( https://github.com/tokenize-x/tx-chain ) | ` v6.1.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-coreum-v6.1.0 ` | [ Example] ( ./coreum ) |
70- | [ cosmoshub] ( https://github.com/cosmos/gaia ) | ` v27.2 .0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.2 .0 ` | [ Example] ( ./cosmoshub ) |
70+ | [ cosmoshub] ( https://github.com/cosmos/gaia ) | ` v27.3 .0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.3 .0 ` | [ Example] ( ./cosmoshub ) |
7171| [ crescent] ( https://github.com/crescent-network/crescent ) | ` v4.2.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-crescent-v4.2.0 ` | [ Example] ( ./crescent ) |
7272| [ cronos] ( https://github.com/crypto-org-chain/cronos ) | ` v1.7.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cronos-v1.7.0 ` | [ Example] ( ./cronos ) |
7373| [ cryptoorgchain] ( https://github.com/crypto-org-chain/chain-main ) | ` v6.0.3 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cryptoorgchain-v6.0.3 ` | [ Example] ( ./cryptoorgchain ) |
@@ -366,7 +366,7 @@ services:
366366 PROJECT : cosmoshub # should match the directory/Chain Registry
367367 PROJECT_BIN : gaiad
368368 PROJECT_DIR : .gaia
369- VERSION : v27.2 .0
369+ VERSION : v27.3 .0
370370 REPOSITORY : https://github.com/cosmos/gaia
371371 GOLANG_VERSION : 1.22
372372 POLKACHU_CHAIN_ID : cosmos # only include if different from Chain Registry name
Original file line number Diff line number Diff line change 22
33| | |
44| ---| ---|
5- | Version| ` v27.2 .0 ` |
5+ | Version| ` v27.3 .0 ` |
66| Binary| ` gaiad ` |
77| Directory| ` .gaia ` |
88| ENV namespace| ` GAIAD ` |
99| Repository| ` https://github.com/cosmos/gaia ` |
10- | Image| ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.2 .0 ` |
10+ | Image| ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.3 .0 ` |
1111
1212## Examples
1313
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ services:
66 PROJECT : cosmoshub
77 PROJECT_BIN : gaiad
88 PROJECT_DIR : .gaia
9- VERSION : v27.2 .0
9+ VERSION : v27.3 .0
1010 REPOSITORY : https://github.com/cosmos/gaia
1111 GOLANG_VERSION : 1.25
1212 DEBIAN_VERSION : bookworm
1313 POLKACHU_CHAIN_ID : cosmos
1414 BUILD_CMD : " env CGO_CFLAGS='-O2 -D__BLST_PORTABLE__' make install"
1515 ports :
16- - ' 26656:26656'
17- - ' 26657:26657'
18- - ' 1317:1317'
16+ - " 26656:26656"
17+ - " 26657:26657"
18+ - " 1317:1317"
1919 volumes :
2020 - ./node-data:/root/.gaia
Original file line number Diff line number Diff line change 22version : " 2.0"
33services :
44 node :
5- image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.2 .0
5+ image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.3 .0
66 env :
77 - MONIKER=Cosmos Omnibus Node
88 - P2P_POLKACHU=1
Original file line number Diff line number Diff line change 11services :
22 node :
3- image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.2 .0
3+ image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-cosmoshub-v27.3 .0
44 ports :
5- - ' 26656:26656'
6- - ' 26657:26657'
7- - ' 1317:1317'
5+ - " 26656:26656"
6+ - " 26657:26657"
7+ - " 1317:1317"
88 environment :
99 - MONIKER=Cosmos Omnibus Node
1010 - P2P_POLKACHU=1
You can’t perform that action at this time.
0 commit comments