Skip to content

Commit

Permalink
Update Empower to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jun 26, 2023
1 parent 1dc2243 commit 580ecfa
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 @@ -57,7 +57,7 @@ jobs:
- project: emoney
version: v1.2.0
- project: empowerchain
version: v1.0.0-rc3
version: v1.0.0
- 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 @@ -66,7 +66,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.37-desmos-v4.8.0`|[Example](./desmos)|
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-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.37-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0-rc3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3`|[Example](./empowerchain)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v12.1.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-evmos-v12.1.5`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-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.37-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-rc3`|
|Version|`v1.0.0`|
|Binary|`empowerd`|
|Directory|`.empowerchain`|
|ENV namespace|`EMPOWERD`|
|Repository|`https://github.com/empowerchain/empowerchain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0-rc3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0`|

## 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-rc3
VERSION: v1.0.0
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.37-empowerchain-v1.0.0-rc3
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0
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.37-empowerchain-v1.0.0-rc3
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-empowerchain-v1.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 580ecfa

Please sign in to comment.