Skip to content

Commit

Permalink
Upgrade desmos to v6.2.0 (#680)
Browse files Browse the repository at this point in the history
Desmos will be upgraded to v6.2.0 at block https://www.mintscan.io/desmos/block/11312575

Estimated Time: Nov 27th 2023, 15:32:37

Proposal: https://www.mintscan.io/desmos/proposals/36
  • Loading branch information
CharlesJUDITH authored Nov 27, 2023
1 parent 8496283 commit 5e6d8ad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)|
Expand Down
4 changes: 2 additions & 2 deletions desmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions desmos/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion desmos/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.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
Expand Down
2 changes: 1 addition & 1 deletion desmos/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.1-desmos-v4.8.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 5e6d8ad

Please sign in to comment.