Skip to content

Commit

Permalink
Merge branch 'update-neutron-v1.0.4' into release-v0.3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Aug 1, 2023
2 parents c164932 + 43b4e9d commit 7d6350c
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 @@ -97,7 +97,7 @@ jobs:
- project: migaloo
version: v2.2.6
- project: neutron
version: v1.0.3
version: v1.0.4
- project: nois
version: v1.0.2
# - project: nomic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[lumnetwork](https://github.com/lum-network/chain)|`v1.4.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-lumnetwork-v1.4.5`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v2.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-migaloo-v2.2.6`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v1.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.3`|[Example](./neutron)|
|[neutron](https://github.com/neutron-org/neutron)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.4`|[Example](./neutron)|
|[nois](https://github.com/noislabs/noisd)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-nois-v1.0.2`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-omniflixhub-v0.11.1`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v16.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-osmosis-v16.1.0`|[Example](./osmosis)|
Expand Down
4 changes: 2 additions & 2 deletions neutron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.0.3`|
|Version|`v1.0.4`|
|Binary|`neutrond`|
|Directory|`.neutrond`|
|ENV namespace|`NEUTROND`|
|Repository|`https://github.com/neutron-org/neutron.git`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.4`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion neutron/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: neutron
PROJECT_BIN: neutrond
PROJECT_DIR: .neutrond
VERSION: v1.0.3
VERSION: v1.0.4
REPOSITORY: https://github.com/neutron-org/neutron.git
NAMESPACE: NEUTROND
GOLANG_VERSION: 1.20-buster
Expand Down
2 changes: 1 addition & 1 deletion neutron/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.42-neutron-v1.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.4
env:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/chain.json
Expand Down
2 changes: 1 addition & 1 deletion neutron/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.42-neutron-v1.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-neutron-v1.0.4
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 7d6350c

Please sign in to comment.