Skip to content

Commit

Permalink
Upgrade sifchain to v1.4.0 (#713)
Browse files Browse the repository at this point in the history
Sifchain will be upgraded to v1.4.0 at block 15209000

https://ping.pub/sifchain/block/15209000
Estimated Time: 18/12/2023, 09:38:16

Proposal: https://ping.pub/sifchain/gov/149
  • Loading branch information
CharlesJUDITH authored Dec 29, 2023
1 parent 94d70f8 commit 03fde2a
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 @@ -127,7 +127,7 @@ jobs:
- project: shentu
version: v2.9.0
- project: sifchain
version: v1.3.1-beta
version: v1.4.0
- 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 @@ -101,7 +101,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.3-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
|[sentinel](https://github.com/sentinel-official/hub)|`v0.11.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sentinel-v0.11.3`|[Example](./sentinel)|
|[shentu](https://github.com/certikfoundation/shentu)|`v2.9.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-shentu-v2.9.0`|[Example](./shentu)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.3.1-beta`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.3.1-beta`|[Example](./sifchain)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.4.0`|[Example](./sifchain)|
|[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sommelier-v4.0.2`|[Example](./sommelier)|
|[stargaze](https://github.com/public-awesome/stargaze)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-stargaze-v12.0.0`|[Example](./stargaze)|
|[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.3.1-beta`|
|Version|`v1.4.0`|
|Binary|`sifnoded`|
|Directory|`.sifnoded`|
|ENV namespace|`SIFNODED`|
|Repository|`https://github.com/Sifchain/sifnode`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.3.1-beta`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.4.0`|

## 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.3.1-beta
VERSION: v1.4.0
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.3-sifchain-v1.3.1-beta
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.4.0
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.3-sifchain-v1.3.1-beta
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-sifchain-v1.4.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 03fde2a

Please sign in to comment.