Skip to content

Commit

Permalink
Update Empower to v1.0.0-rc3 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jun 26, 2023
1 parent ba42260 commit cf181e9
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 @@ -59,7 +59,7 @@ jobs:
- project: emoney
version: v1.2.0
- project: empowerchain
version: v1.0.0-rc2
version: v1.0.0-rc3
- project: evmos
version: v12.1.5
- project: fetchhub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[desmos](https://github.com/desmos-labs/desmos)|`v4.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-desmos-v4.8.0`|[Example](./desmos)|
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-dig-v3.3.1`|[Example](./dig)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0-rc2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc2`|[Example](./empowerchain)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0-rc3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc3`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v12.1.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-evmos-v12.1.5`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-fetchhub-v0.10.6`|[Example](./fetchhub)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.7.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-gravitybridge-v1.7.2`|[Example](./gravitybridge)|
Expand Down
4 changes: 2 additions & 2 deletions empowerchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.0.0-rc2`|
|Version|`v1.0.0-rc3`|
|Binary|`empowerd`|
|Directory|`.empowerchain`|
|ENV namespace|`EMPOWERD`|
|Repository|`https://github.com/empowerchain/empowerchain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc3`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion empowerchain/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: empowerchain
PROJECT_BIN: empowerd
VERSION: v1.0.0-rc2
VERSION: v1.0.0-rc3
REPOSITORY: https://github.com/EmpowerPlastic/empowerchain
NAMESPACE: EMPOWERD
PROJECT_DIR: .empowerchain
Expand Down
2 changes: 1 addition & 1 deletion empowerchain/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.36-empowerchain-v1.0.0-rc2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc3
env:
- MONIKER=my-moniker-1
- CHAIN_ID=circulus-1
Expand Down
2 changes: 1 addition & 1 deletion empowerchain/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.36-empowerchain-v1.0.0-rc2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-empowerchain-v1.0.0-rc3
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit cf181e9

Please sign in to comment.