Skip to content

Commit

Permalink
Merge branch 'update-jackal-v4.0.0' into release-v0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jul 29, 2024
2 parents c45cb6a + 2a0e290 commit 8396353
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 @@ -85,7 +85,7 @@ jobs:
- project: irisnet
version: v2.0.1
- project: jackal
version: v4.0.0
version: v4.0.1
- project: juno
version: v23.0.0
- project: kava
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.12.1-1705909076`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-injective-v1.12.1-1705909076`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.0`|[Example](./jackal)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.1`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v23.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-juno-v23.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kichain-5.0.1`|[Example](./kichain)|
Expand Down
4 changes: 2 additions & 2 deletions jackal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v4.0.0`|
|Version|`v4.0.1`|
|Binary|`canined`|
|Directory|`.canine`|
|ENV namespace|`CANINED`|
|Repository|`https://github.com/JackalLabs/canine-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion jackal/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: jackal
PROJECT_BIN: canined
VERSION: v4.0.0
VERSION: v4.0.1
REPOSITORY: https://github.com/JackalLabs/canine-chain
NAMESPACE: CANINED
PROJECT_DIR: .canine
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.22-jackal-v4.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.1
env:
- MONIKER=my-moniker-1
- CHAIN_ID=jackal-1
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.22-jackal-v4.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.22-jackal-v4.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 8396353

Please sign in to comment.