diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5c8e0b86..cf6e38b66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: - project: empowerchain version: v1.0.0 - project: evmos - version: v13.0.2 + version: v14.1.0 - project: fetchhub version: v0.10.6 - project: gitopia diff --git a/README.md b/README.md index 890be81e4..dce923521 100644 --- a/README.md +++ b/README.md @@ -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.48-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.48-emoney-v1.2.0`|[Example](./emoney)| |[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-empowerchain-v1.0.0`|[Example](./empowerchain)| -|[evmos](https://github.com/evmos/evmos)|`v13.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v13.0.2`|[Example](./evmos)| +|[evmos](https://github.com/evmos/evmos)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v14.1.0`|[Example](./evmos)| |[fetchhub](https://github.com/fetchai/fetchd)|`v0.10.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-fetchhub-v0.10.6`|[Example](./fetchhub)| |[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-gitopia-v2.1.1`|[Example](./gitopia)| |[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.7.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-gravitybridge-v1.7.2`|[Example](./gravitybridge)| diff --git a/evmos/README.md b/evmos/README.md index da80acb02..eddac0f5a 100644 --- a/evmos/README.md +++ b/evmos/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v13.0.2`| +|Version|`v14.1.0`| |Binary|`evmosd`| |Directory|`.evmosd`| |ENV namespace|`EVMOSD`| |Repository|`https://github.com/evmos/evmos`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v13.0.2`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v14.1.0`| ## Examples diff --git a/evmos/build.yml b/evmos/build.yml index c5431722e..e7e29bdbb 100644 --- a/evmos/build.yml +++ b/evmos/build.yml @@ -8,7 +8,7 @@ services: PROJECT: evmos PROJECT_BIN: evmosd PROJECT_DIR: .evmosd - VERSION: v13.0.2 + VERSION: v14.1.0 REPOSITORY: https://github.com/evmos/evmos NAMESPACE: EVMOSD GOLANG_VERSION: 1.20-buster diff --git a/evmos/deploy.yml b/evmos/deploy.yml index 79bcd3f40..f2d799fda 100644 --- a/evmos/deploy.yml +++ b/evmos/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v13.0.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v14.1.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/chain.json diff --git a/evmos/docker-compose.yml b/evmos/docker-compose.yml index 05711cbb7..fee650fed 100644 --- a/evmos/docker-compose.yml +++ b/evmos/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v13.0.2 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.48-evmos-v14.1.0 ports: - '26656:26656' - '26657:26657'