Skip to content

Commit

Permalink
Update lumnetwork to v1.6.7 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jan 8, 2025
1 parent 1d9c7ac commit 948986e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[kujira](https://github.com/Team-Kujira/core)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-kujira-v2.0.0`|[Example](./kujira)|
|[kyve](https://github.com/KYVENetwork/chain)|`v1.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-kyve-v1.5.0`|[Example](./kyve)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-likecoin-v4.2.0`|[Example](./likecoin)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.3`|[Example](./lumnetwork)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.7`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v4.2.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-migaloo-v4.2.7`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-neutron-v5.0.5`|[Example](./neutron)|
Expand Down
4 changes: 2 additions & 2 deletions lumnetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.6.3`|
|Version|`v1.6.7`|
|Binary|`lumd`|
|Directory|`.lumd`|
|ENV namespace|`LUMD`|
|Repository|`https://github.com/lum-network/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.7`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion lumnetwork/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.7
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion lumnetwork/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.6-lumnetwork-v1.6.7
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 948986e

Please sign in to comment.