From ec9748460078b4332d9a3159c0cd2c792b68ec8a Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Wed, 21 Aug 2024 09:49:46 +0100 Subject: [PATCH] Update Canto to v8.1.1 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- canto/README.md | 4 ++-- canto/build.yml | 2 +- canto/deploy.yml | 2 +- canto/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a300acb3..f011c8339 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - project: bostrom version: v0.3.2 - project: canto - version: v7.0.0 + version: v8.1.1 - project: cheqd version: 0.6.9 - project: chihuahua diff --git a/README.md b/README.md index 9f56b56aa..521c5ace9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-bitcanna-v3.1.0`|[Example](./bitcanna)| |[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-bitsong-v0.14.0`|[Example](./bitsong)| |[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-bostrom-v0.3.2`|[Example](./bostrom)| -|[canto](https://github.com/Canto-Network/Canto)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v7.0.0`|[Example](./canto)| +|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v8.1.1`|[Example](./canto)| |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v7.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-chihuahua-v7.0.2`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-comdex-v14.1.0`|[Example](./comdex)| diff --git a/canto/README.md b/canto/README.md index d673cb11e..fbc7f64d8 100644 --- a/canto/README.md +++ b/canto/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v7.0.0`| +|Version|`v8.1.1`| |Binary|`cantod`| |Directory|`.cantod`| |ENV namespace|`CANTOD`| |Repository|`https://github.com/Canto-Network/Canto`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v7.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v8.1.1`| ## Examples diff --git a/canto/build.yml b/canto/build.yml index e4a5410b6..71c7462c7 100644 --- a/canto/build.yml +++ b/canto/build.yml @@ -8,7 +8,7 @@ services: PROJECT: canto PROJECT_BIN: cantod PROJECT_DIR: .cantod - VERSION: v7.0.0 + VERSION: v8.1.1 REPOSITORY: https://github.com/Canto-Network/Canto NAMESPACE: CANTOD ports: diff --git a/canto/deploy.yml b/canto/deploy.yml index c80b32cdc..5e05acbbb 100644 --- a/canto/deploy.yml +++ b/canto/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v7.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v8.1.1 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/chain.json diff --git a/canto/docker-compose.yml b/canto/docker-compose.yml index f618aff5c..fe8d04160 100644 --- a/canto/docker-compose.yml +++ b/canto/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v7.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.24-canto-v8.1.1 ports: - '26656:26656' - '26657:26657'