File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
8484| [ injective] ( https://github.com/InjectiveLabs/injective-chain-releases ) | ` v1.15.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-injective-v1.15.0 ` | [ Example] ( ./injective ) |
8585| [ intento] ( https://github.com/trstlabs/intento ) | ` v1.1.0-hotfix.13 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-intento-v1.1.0-hotfix.13 ` | [ Example] ( ./intento ) |
8686| [ irisnet] ( https://github.com/irisnet/irishub ) | ` v3.1.1 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-irisnet-v3.1.1 ` | [ Example] ( ./irisnet ) |
87- | [ jackal] ( https://github.com/JackalLabs/canine-chain ) | ` v5.1.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0 ` | [ Example] ( ./jackal ) |
87+ | [ jackal] ( https://github.com/JackalLabs/canine-chain ) | ` v5.1.2 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2 ` | [ Example] ( ./jackal ) |
8888| [ juno] ( https://github.com/CosmosContracts/Juno ) | ` v29.0.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-juno-v29.0.0 ` | [ Example] ( ./juno ) |
8989| [ kava] ( https://github.com/Kava-Labs/kava ) | ` v0.25.0 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-kava-v0.25.0 ` | [ Example] ( ./kava ) |
9090| [ kichain] ( https://github.com/KiFoundation/ki-tools ) | ` 5.0.1 ` | ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-kichain-5.0.1 ` | [ Example] ( ./kichain ) |
Original file line number Diff line number Diff line change 22
33| | |
44| ---| ---|
5- | Version| ` v5.1.0 ` |
5+ | Version| ` v5.1.2 ` |
66| Binary| ` canined ` |
77| Directory| ` .canine ` |
88| ENV namespace| ` CANINED ` |
99| Repository| ` https://github.com/JackalLabs/canine-chain ` |
10- | Image| ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0 ` |
10+ | Image| ` ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2 ` |
1111
1212## Examples
1313
Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ services:
55 args :
66 PROJECT : jackal
77 PROJECT_BIN : canined
8- VERSION : v5.1.0
8+ VERSION : v5.1.2
99 REPOSITORY : https://github.com/JackalLabs/canine-chain
1010 PROJECT_DIR : .canine
1111 GOLANG_VERSION : 1.24
12- BUILD_CMD : make install VERSION=5.1.0
1312 ports :
14- - ' 26656:26656'
15- - ' 26657:26657'
16- - ' 1317:1317'
13+ - " 26656:26656"
14+ - " 26657:26657"
15+ - " 1317:1317"
1716 volumes :
1817 - ./node-data:/root/.canine
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-jackal-v5.1.0
5+ image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2
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-jackal-v5.1.0
3+ image : ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2
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