From 54f85242189d6b24db64f7a629ef5e5dfe74e24b Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Mon, 11 Sep 2023 15:59:08 +0100 Subject: [PATCH] Update chihuahua to v5.0.2 (#625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chihuahua chain will be upgraded to v5.0.2 at block 9180000. https://www.mintscan.io/chihuahua/blocks/9180000 Estimated Time:  Sep 11th 2023, 16:42:34 Proposal: https://www.mintscan.io/chihuahua/proposals/53 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- chihuahua/README.md | 4 ++-- chihuahua/build.yml | 2 +- chihuahua/deploy.yml | 2 +- chihuahua/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 388d3aaab..cad058995 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - project: cheqd version: 0.6.9 - project: chihuahua - version: v5.0.1 + version: v5.0.2 - project: comdex version: v11.5.1 - project: cosmoshub diff --git a/README.md b/README.md index e0167d621..b29bfad74 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-bostrom-v0.3.2`|[Example](./bostrom)| |[canto](https://github.com/Canto-Network/Canto)|`v6.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-canto-v6.0.0`|[Example](./canto)| |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-cheqd-0.6.9`|[Example](./cheqd)| -|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.1`|[Example](./chihuahua)| +|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.2`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-comdex-v11.5.1`|[Example](./comdex)| |[cosmoshub](https://github.com/cosmos/gaia)|`v11.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-cosmoshub-v11.0.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-crescent-v4.2.0`|[Example](./crescent)| diff --git a/chihuahua/README.md b/chihuahua/README.md index dca79bb9e..fb8fa6afe 100644 --- a/chihuahua/README.md +++ b/chihuahua/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v5.0.1`| +|Version|`v5.0.2`| |Binary|`chihuahuad`| |Directory|`.chihuahuad`| |ENV namespace|`CHIHUAHUAD`| |Repository|`https://github.com/ChihuahuaChain/chihuahua`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.2`| ## Examples diff --git a/chihuahua/build.yml b/chihuahua/build.yml index acb1799d0..77fc869a1 100644 --- a/chihuahua/build.yml +++ b/chihuahua/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: chihuahua PROJECT_BIN: chihuahuad - VERSION: v5.0.1 + VERSION: v5.0.2 REPOSITORY: https://github.com/ChihuahuaChain/chihuahua NAMESPACE: CHIHUAHUAD PROJECT_DIR: .chihuahuad diff --git a/chihuahua/deploy.yml b/chihuahua/deploy.yml index 43a7e45bf..56bb5e3a7 100644 --- a/chihuahua/deploy.yml +++ b/chihuahua/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.2 env: - MONIKER=my-moniker-1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/chain.json diff --git a/chihuahua/docker-compose.yml b/chihuahua/docker-compose.yml index 1f71f89f2..323d85613 100644 --- a/chihuahua/docker-compose.yml +++ b/chihuahua/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-chihuahua-v5.0.2 ports: - '26656:26656' - '26657:26657'