Skip to content

Commit

Permalink
Update LikeCoin to v4.0.2 (#659)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
PikachuEXE and tombeynon authored Nov 2, 2023
1 parent 8f23553 commit b79c956
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 @@ -91,7 +91,7 @@ jobs:
- project: kyve
version: v1.3.1
- project: likecoin
version: v4.0.1
version: v4.0.2
- project: lumnetwork
version: v1.6.2
- project: mars
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-konstellation-v0.5.0`|[Example](./konstellation)|
|[kujira](https://github.com/Team-Kujira/core)|`v0.9.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-kujira-v0.9.0`|[Example](./kujira)|
|[kyve](https://github.com/KYVENetwork/chain)|`v1.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-kyve-v1.3.1`|[Example](./kyve)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.1`|[Example](./likecoin)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.2`|[Example](./likecoin)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-lumnetwork-v1.6.2`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v3.0.1-hotfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-migaloo-v3.0.1-hotfix`|[Example](./migaloo)|
Expand Down
4 changes: 2 additions & 2 deletions likecoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v4.0.1`|
|Version|`v4.0.2`|
|Binary|`liked`|
|Directory|`.liked`|
|ENV namespace|`LIKED`|
|Repository|`https://github.com/likecoin/likecoin-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion likecoin/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: likecoin
PROJECT_BIN: liked
VERSION: v4.0.1
VERSION: v4.0.2
REPOSITORY: https://github.com/likecoin/likecoin-chain
NAMESPACE: LIKED
GOLANG_VERSION: 1.19-buster
Expand Down
2 changes: 1 addition & 1 deletion likecoin/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.51-likecoin-v4.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/chain.json
Expand Down
2 changes: 1 addition & 1 deletion likecoin/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.51-likecoin-v4.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-likecoin-v4.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit b79c956

Please sign in to comment.