Skip to content

Commit bfc0559

Browse files
authored
Update AtomOne to v2.0.0 (#1065)
1 parent 94c2337 commit bfc0559

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
5555
|[akash](https://github.com/akash-network/node)|`v0.38.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-akash-v0.38.1`|[Example](./akash)|
5656
|[archway](https://github.com/archway-network/archway)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-archway-v9.0.0`|[Example](./archway)|
5757
|[assetmantle](https://github.com/AssetMantle/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-assetmantle-v1.0.0`|[Example](./assetmantle)|
58-
|[atomone](https://github.com/atomone-hub/atomone)|`v1.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v1.1.1`|[Example](./atomone)|
58+
|[atomone](https://github.com/atomone-hub/atomone)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v2.0.0`|[Example](./atomone)|
5959
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v0.34.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-axelar-v0.34.0`|[Example](./axelar)|
6060
|[babylon](https://github.com/babylonlabs-io/babylon.git)|`v1.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-babylon-v1.1.0`|[Example](./babylon)|
6161
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-bandchain-v2.5.3`|[Example](./bandchain)|

atomone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v1.1.1`|
5+
|Version|`v2.0.0`|
66
|Binary|`atomoned`|
77
|Directory|`.atomone`|
88
|ENV namespace|`ATOMONED`|
99
|Repository|`https://github.com/atomone-hub/atomone`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v1.1.1`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v2.0.0`|
1111

1212
## Examples
1313

atomone/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ services:
66
PROJECT: atomone
77
PROJECT_BIN: atomoned
88
PROJECT_DIR: .atomone
9-
VERSION: v1.1.1
9+
VERSION: v2.0.0
1010
REPOSITORY: https://github.com/atomone-hub/atomone
1111
BUILD_METHOD: binary
12-
BINARY_URL: https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64
12+
BINARY_URL: https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64
1313
ports:
1414
- '26656:26656'
1515
- '26657:26657'

atomone/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v1.1.1
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v2.0.0
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

atomone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v1.1.1
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.17-atomone-v2.0.0
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)