Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sifchain to v1.2.0-beta #663

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- project: shentu
version: v2.8.0
- project: sifchain
version: v1.1.0-beta
version: v1.2.0-beta
- project: sommelier
version: v4.0.2
- project: stargaze
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[seinetwork](https://github.com/sei-protocol/sei-chain)|`1.2.2beta-postfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
|[sentinel](https://github.com/sentinel-official/hub)|`v0.10.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.10.1`|[Example](./sentinel)|
|[shentu](https://github.com/certikfoundation/shentu)|`v2.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-shentu-v2.8.0`|[Example](./shentu)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.1.0-beta`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.1.0-beta`|[Example](./sifchain)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.2.0-beta`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.2.0-beta`|[Example](./sifchain)|
|[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sommelier-v4.0.2`|[Example](./sommelier)|
|[stargaze](https://github.com/public-awesome/stargaze)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-stargaze-v12.0.0`|[Example](./stargaze)|
|[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-starname-v0.11.5`|[Example](./starname)|
Expand Down
4 changes: 2 additions & 2 deletions sifchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.1.0-beta`|
|Version|`v1.2.0-beta`|
|Binary|`sifnoded`|
|Directory|`.sifnoded`|
|ENV namespace|`SIFNODED`|
|Repository|`https://github.com/Sifchain/sifnode`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.1.0-beta`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.2.0-beta`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion sifchain/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: sifchain
PROJECT_BIN: sifnoded
VERSION: v1.1.0-beta
VERSION: v1.2.0-beta
REPOSITORY: https://github.com/Sifchain/sifnode.git
ports:
- '26656:26656'
Expand Down
2 changes: 1 addition & 1 deletion sifchain/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.0-sifchain-v1.1.0-beta
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.2.0-beta
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/chain.json
Expand Down
2 changes: 1 addition & 1 deletion sifchain/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.0-sifchain-v1.1.0-beta
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.2.0-beta
ports:
- '26656:26656'
- '26657:26657'
Expand Down