Skip to content

Commit

Permalink
Update Lum network to 1.5.1 (#587)
Browse files Browse the repository at this point in the history
More details:
- https://www.mintscan.io/lum/proposals/82
- Upgrade to v1.5.1 is scheduled for block #8527300 on Monday, July 24th around 18:00 UTC.
  • Loading branch information
CharlesJUDITH authored Aug 7, 2023
1 parent 84eeab9 commit 62fde24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- project: likecoin
version: v4.0.1
- project: lumnetwork
version: v1.4.5
version: v1.5.1
- project: mars
version: v1.0.2
- project: migaloo
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.4.5`|
|Version|`v1.5.1`|
|Binary|`lumd`|
|Directory|`.lumd`|
|ENV namespace|`LUMD`|
|Repository|`https://github.com/lum-network/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-lumnetwork-v1.4.5`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-lumnetwork-v1.5.1`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion lumnetwork/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ services:
PROJECT: lum
PROJECT_BIN: lumd
PROJECT_DIR: .lumd
VERSION: v1.4.5
VERSION: v1.5.1
REPOSITORY: https://github.com/lum-network/chain
NAMESPACE: LUMD
GOLANG_VERSION: 1.19.7-buster
ports:
- '26656:26656'
- '26657:26657'
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.3.42-lumnetwork-v1.4.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-lumnetwork-v1.5.1
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.3.42-lumnetwork-v1.4.5
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-lumnetwork-v1.5.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 62fde24

Please sign in to comment.