Skip to content

Commit

Permalink
fix: archwayd bump 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikbin committed May 6, 2024
1 parent ff407ca commit ffa9b8b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|---|---|---|---|
|[agoric](https://github.com/Agoric/ag0)|`agoric-upgrade-7-2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-agoric-agoric-upgrade-7-2`|[Example](./agoric)|
|[akash](https://github.com/akash-network/node)|`v0.34.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-akash-v0.34.1`|[Example](./akash)|
|[archway](https://github.com/archway-network/archway)|`v6.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v6.0.3`|[Example](./archway)|
|[archway](https://github.com/archway-network/archway)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v7.0.0`|[Example](./archway)|
|[assetmantle](https://github.com/AssetMantle/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-assetmantle-v1.0.0`|[Example](./assetmantle)|
|[autonomy](https://github.com/AutonomyNetwork/autonomy-chain)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-autonomy-v1.2.1`|[Example](./autonomy)|
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v0.34.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-axelar-v0.34.0`|[Example](./axelar)|
Expand Down
4 changes: 2 additions & 2 deletions archway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v6.0.3`|
|Version|`v7.0.0`|
|Binary|`archwayd`|
|Directory|`.archway`|
|ENV namespace|`archway`|
|Repository|`https://github.com/archway-network/archway`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v6.0.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v7.0.0`|

## Examples

Expand Down
6 changes: 4 additions & 2 deletions archway/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ services:
PROJECT: archway
PROJECT_BIN: archwayd
PROJECT_DIR: .archway
VERSION: v6.0.3
VERSION: v7.0.0
REPOSITORY: https://github.com/archway-network/archway
NAMESPACE: archwayd
BUILD_IMAGE: binary
BINARY_URL: https://github.com/archway-network/archway/releases/download/v7.0.0/archwayd_linux_amd64
DEBIAN_VERSION: stable-slim
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion archway/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.15-archway-v6.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v7.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json
Expand Down
2 changes: 1 addition & 1 deletion archway/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.15-archway-v6.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-archway-v7.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit ffa9b8b

Please sign in to comment.