Skip to content

Commit

Permalink
Update Evmos to v13.0.2 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jul 17, 2023
1 parent f9485c6 commit ca05598
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 @@ -61,7 +61,7 @@ jobs:
- project: empowerchain
version: v1.0.0
- project: evmos
version: v12.1.5
version: v13.0.2
- project: fetchhub
version: v0.10.6
- project: gravitybridge
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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.3.40-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.40-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-empowerchain-v1.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v12.1.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v12.1.5`|[Example](./evmos)|
|[evmos](https://github.com/evmos/evmos)|`v13.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v13.0.2`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-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.40-gravitybridge-v1.7.2`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-impacthub-v0.18.1`|[Example](./impacthub)|
Expand Down
4 changes: 2 additions & 2 deletions evmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v12.1.5`|
|Version|`v13.0.2`|
|Binary|`evmosd`|
|Directory|`.evmosd`|
|ENV namespace|`EVMOSD`|
|Repository|`https://github.com/evmos/evmos`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v12.1.5`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v13.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion evmos/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: evmos
PROJECT_BIN: evmosd
PROJECT_DIR: .evmosd
VERSION: v12.1.5
VERSION: v13.0.2
REPOSITORY: https://github.com/evmos/evmos
NAMESPACE: EVMOSD
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion evmos/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.40-evmos-v12.1.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v13.0.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/chain.json
Expand Down
2 changes: 1 addition & 1 deletion evmos/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.40-evmos-v12.1.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.40-evmos-v13.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit ca05598

Please sign in to comment.