Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Evmos to v17.0.0 #776

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- project: empowerchain
version: v2.0.0
- project: evmos
version: v16.0.2
version: v17.0.0
- project: fetchhub
version: v0.11.3
- project: gitopia
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[elysnetwork](https://github.com/elys-network/elys)|`v0.29.12`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-elysnetwork-v0.29.12`|[Example](./elysnetwork)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-empowerchain-v2.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v16.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v16.0.2`|[Example](./evmos)|
|[evmos](https://github.com/evmos/evmos)|`v17.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v17.0.0`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.11.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-fetchhub-v0.11.3`|[Example](./fetchhub)|
|[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-gitopia-v2.1.1`|[Example](./gitopia)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
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|`v16.0.2`|
|Version|`v17.0.0`|
|Binary|`evmosd`|
|Directory|`.evmosd`|
|ENV namespace|`EVMOSD`|
|Repository|`https://github.com/evmos/evmos`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v16.0.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v17.0.0`|

## 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: v16.0.2
VERSION: v17.0.0
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.4.11-evmos-v16.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v17.0.0
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.4.11-evmos-v16.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-evmos-v17.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading