Skip to content

Commit

Permalink
Update Empower to v2.0.0 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Dec 29, 2023
1 parent 03fde2a commit 3cd2678
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 @@ -65,7 +65,7 @@ jobs:
- project: emoney
version: v1.2.0
- project: empowerchain
version: v1.0.0
version: v2.0.0
- project: evmos
version: v15.0.0
- project: fetchhub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-dig-v3.3.1`|[Example](./dig)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-dydx-v2.0.0`|[Example](./dydx)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v1.0.0`|[Example](./empowerchain)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v2.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v15.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-evmos-v15.0.0`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-fetchhub-v0.10.6`|[Example](./fetchhub)|
|[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-gitopia-v2.1.1`|[Example](./gitopia)|
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`|
|Version|`v2.0.0`|
|Binary|`empowerd`|
|Directory|`.empowerchain`|
|ENV namespace|`EMPOWERD`|
|Repository|`https://github.com/empowerchain/empowerchain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v1.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v2.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
VERSION: v2.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.4.3-empowerchain-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v2.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.4.3-empowerchain-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-empowerchain-v2.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 3cd2678

Please sign in to comment.