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

Update Stride to v12.1.0 #583

Merged
merged 2 commits into from
Jul 24, 2023
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 @@ -127,7 +127,7 @@ jobs:
- project: stargaze
version: v10.0.0
- project: stride
version: v11.0.0
version: v12.1.0
- project: starname
version: v0.11.5
- project: teritori
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`.
|[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-sommelier-v4.0.2`|[Example](./sommelier)|
|[stargaze](https://github.com/public-awesome/stargaze)|`v10.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stargaze-v10.0.0`|[Example](./stargaze)|
|[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-starname-v0.11.5`|[Example](./starname)|
|[stride](https://github.com/Stride-Labs/stride)|`v11.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v11.0.0`|[Example](./stride)|
|[stride](https://github.com/Stride-Labs/stride)|`v12.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v12.1.0`|[Example](./stride)|
|[teritori](https://github.com/TERITORI/teritori-chain)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-teritori-v1.4.0`|[Example](./teritori)|
|[umee](https://github.com/umee-network/umee)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-umee-v3.1.0`|[Example](./umee)|
|[vidulum](https://github.com/vidulum/mainnet)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-vidulum-v1.2.0`|[Example](./vidulum)|
Expand Down
4 changes: 2 additions & 2 deletions stride/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v11.0.0`|
|Version|`v12.1.0`|
|Binary|`strided`|
|Directory|`.stride`|
|ENV namespace|`STRIDED`|
|Repository|`https://github.com/Stride-Labs/stride`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v11.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v12.1.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion stride/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: stride
PROJECT_BIN: strided
VERSION: v11.0.0
VERSION: v12.1.0
REPOSITORY: https://github.com/Stride-Labs/stride
NAMESPACE: STRIDED
PROJECT_DIR: .stride
Expand Down
2 changes: 1 addition & 1 deletion stride/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.41-stride-v11.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v12.1.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/chain.json
Expand Down
2 changes: 1 addition & 1 deletion stride/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.41-stride-v11.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.41-stride-v12.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down