Skip to content

Commit

Permalink
Upgrade Umee to v6.3.0 (#721)
Browse files Browse the repository at this point in the history
Umee will be upgraded to v6.3.0 at block 10046600

https://dev.mintscan.io/umee/blocks/10046600
Estimated Target Date: Mon Jan 08 2024 16:44:03 GMT+0100 (Central European Standard Time)

Proposal: https://dev.mintscan.io/umee/proposals/137
  • Loading branch information
CharlesJUDITH authored Jan 11, 2024
1 parent 2526922 commit fec81ad
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 @@ -141,7 +141,7 @@ jobs:
# - project: terra
# version: v0.5.18
- project: umee
version: v6.2.0
version: v6.3.0
- project: ununifi
version: v4.0.1
- project: vidulum
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-starname-v0.11.5`|[Example](./starname)|
|[stride](https://github.com/Stride-Labs/stride)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-stride-v16.0.0`|[Example](./stride)|
|[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-teritori-v1.4.0`|[Example](./teritori)|
|[umee](https://github.com/umee-network/umee)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0`|[Example](./umee)|
|[umee](https://github.com/umee-network/umee)|`v6.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0`|[Example](./umee)|
|[ununifi](https://github.com/UnUniFi/chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-ununifi-v4.0.1`|[Example](./ununifi)|
|[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-vidulum-v1.2.0`|[Example](./vidulum)|

Expand Down
4 changes: 2 additions & 2 deletions umee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v6.2.0`|
|Version|`v6.3.0`|
|Binary|`umeed`|
|Directory|`.umee`|
|ENV namespace|`umee`|
|Repository|`https://github.com/crypto-org-chain/umee`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.2.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion umee/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: umee
PROJECT_BIN: umeed
PROJECT_DIR: .umee
VERSION: v6.2.0
VERSION: v6.3.0
GOLANG_VERSION: 1.21-bullseye
REPOSITORY: https://github.com/umee-network/umee
NAMESPACE: UMEED
Expand Down
2 changes: 1 addition & 1 deletion umee/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.4-umee-v6.2.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/chain.json
Expand Down
2 changes: 1 addition & 1 deletion umee/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.4-umee-v6.2.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.4-umee-v6.3.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit fec81ad

Please sign in to comment.