Skip to content

Commit

Permalink
Upgrade lumnetwork to v1.6.3 (#694)
Browse files Browse the repository at this point in the history
Lum network will be upgraded to v1.6.3 at block 10444000.

https://dev.mintscan.io/lum/blocks/10444000
Estimated Target Date: Thu Nov 30 2023 16:41:32 GMT+0100 (GMT+01:00)

Proposal: https://dev.mintscan.io/lum/proposals/92

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon authored Dec 8, 2023
1 parent 0daf698 commit 7da4b78
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 @@ -93,7 +93,7 @@ jobs:
- project: likecoin
version: v4.1.1
- project: lumnetwork
version: v1.6.2
version: v1.6.3
- project: mars
version: v1.0.2
- project: migaloo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[kujira](https://github.com/Team-Kujira/core)|`v0.9.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-kujira-v0.9.1`|[Example](./kujira)|
|[kyve](https://github.com/KYVENetwork/chain)|`v1.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-kyve-v1.3.1`|[Example](./kyve)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-likecoin-v4.1.1`|[Example](./likecoin)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.2`|[Example](./lumnetwork)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.3`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-migaloo-v3.0.2`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-neutron-v1.0.4`|[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.2`|
|Version|`v1.6.3`|
|Binary|`lumd`|
|Directory|`.lumd`|
|ENV namespace|`LUMD`|
|Repository|`https://github.com/lum-network/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.3`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion lumnetwork/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: lum
PROJECT_BIN: lumd
PROJECT_DIR: .lumd
VERSION: v1.6.2
VERSION: v1.6.3
REPOSITORY: https://github.com/lum-network/chain
NAMESPACE: LUMD
GOLANG_VERSION: 1.19.7-buster
Expand Down
2 changes: 1 addition & 1 deletion lumnetwork/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.2-lumnetwork-v1.6.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.3
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/chain.json
Expand Down
2 changes: 1 addition & 1 deletion lumnetwork/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.2-lumnetwork-v1.6.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-lumnetwork-v1.6.3
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 7da4b78

Please sign in to comment.