diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ba62784e..6761ff327 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: - project: defund version: v0.1.0-alpha - project: desmos - version: v4.8.0 + version: v6.2.0 - project: dig version: v3.3.1 - project: dydx diff --git a/README.md b/README.md index d7a44657d..59eef261f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)| |[decentr](https://github.com/Decentr-net/decentr)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-decentr-v1.6.2`|[Example](./decentr)| |[defund](https://github.com/defund-labs/defund)|`v0.1.0-alpha`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-defund-v0.1.0-alpha`|[Example](./defund)| -|[desmos](https://github.com/desmos-labs/desmos)|`v4.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v4.8.0`|[Example](./desmos)| +|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dig-v3.3.1`|[Example](./dig)| |[dydx](https://github.com/dydxprotocol/v4-chain)|`v1.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v1.0.1`|[Example](./dydx)| |[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-emoney-v1.2.0`|[Example](./emoney)| diff --git a/desmos/README.md b/desmos/README.md index bf7ced6fe..af82a68f9 100644 --- a/desmos/README.md +++ b/desmos/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v4.8.0`| +|Version|`v6.2.0`| |Binary|`desmos`| |Directory|`.desmos`| |ENV namespace|`DESMOS`| |Repository|`https://github.com/desmos-labs/desmos`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v4.8.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0`| ## Examples diff --git a/desmos/build.yml b/desmos/build.yml index adb8582b0..2ad5bc4af 100644 --- a/desmos/build.yml +++ b/desmos/build.yml @@ -6,9 +6,9 @@ services: context: ../ args: PROJECT: desmos - VERSION: v4.8.0 + VERSION: v6.2.0 BUILD_IMAGE: binary - BINARY_URL: https://github.com/desmos-labs/desmos/releases/download/v4.8.0/desmos-4.8.0-linux-amd64 + BINARY_URL: https://github.com/desmos-labs/desmos/releases/download/v6.2.0/desmos-6.2.0-linux-amd64 ports: - '26656:26656' - '26657:26657' diff --git a/desmos/deploy.yml b/desmos/deploy.yml index 93432f5fa..31812a34b 100644 --- a/desmos/deploy.yml +++ b/desmos/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v4.8.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0 env: - MONIKER=my-moniker-1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/chain.json diff --git a/desmos/docker-compose.yml b/desmos/docker-compose.yml index 381f9bcd7..ebd669f78 100644 --- a/desmos/docker-compose.yml +++ b/desmos/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v4.8.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0 ports: - '26656:26656' - '26657:26657'