Skip to content

Commit

Permalink
Merge remote-tracking branch 'CharlesJUDITH/upgrade-umee-v6.1' into r…
Browse files Browse the repository at this point in the history
…elease-v0.3.52
  • Loading branch information
tombeynon committed Oct 23, 2023
2 parents ceb9574 + b885bf9 commit eee6485
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -135,7 +135,7 @@ jobs:
# - project: terra
# version: v0.5.18
- project: umee
version: v3.1.0
version: v6.1.0
- project: ununifi
version: v3.2.2
- project: vidulum
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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.3.51-starname-v0.11.5`|[Example](./starname)|
|[stride](https://github.com/Stride-Labs/stride)|`v16.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-stride-v16.0.0`|[Example](./stride)|
|[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-teritori-v1.4.0`|[Example](./teritori)|
|[umee](https://github.com/umee-network/umee)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v3.1.0`|[Example](./umee)|
|[umee](https://github.com/umee-network/umee)|`v6.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0`|[Example](./umee)|
|[ununifi](https://github.com/UnUniFi/chain)|`v3.2.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-ununifi-v3.2.2`|[Example](./ununifi)|
|[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-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|`v3.1.0`|
|Version|`v6.1.0`|
|Binary|`umeed`|
|Directory|`.umee`|
|ENV namespace|`umee`|
|Repository|`https://github.com/crypto-org-chain/umee`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v3.1.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion umee/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ services:
PROJECT: umee
PROJECT_BIN: umeed
PROJECT_DIR: .umee
VERSION: v3.1.0
VERSION: v6.1.0
GOLANG_VERSION: 1.21-bullseye
REPOSITORY: https://github.com/umee-network/umee
NAMESPACE: UMEED
ports:
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.3.51-umee-v3.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.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.3.51-umee-v3.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-umee-v6.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit eee6485

Please sign in to comment.