Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.15.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-injective-v1.15.0`|[Example](./injective)|
|[intento](https://github.com/trstlabs/intento)|`v1.0.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.7`|[Example](./intento)|
|[intento](https://github.com/trstlabs/intento)|`v1.0.8`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.8`|[Example](./intento)|
|[irisnet](https://github.com/irisnet/irishub)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-irisnet-v3.1.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-jackal-v5.1.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v29.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-juno-v29.0.0`|[Example](./juno)|
Expand Down
4 changes: 2 additions & 2 deletions intento/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.0.7`|
|Version|`v1.0.8`|
|Binary|`intentod`|
|Directory|`.intento`|
|ENV namespace|`INTENTOD`|
|Repository|`https://github.com/trstlabs/intento`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.7`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.8`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion intento/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
args:
PROJECT: intento
PROJECT_BIN: intentod
VERSION: v1.0.7
VERSION: v1.0.8
REPOSITORY: https://github.com/trstlabs/intento
PROJECT_DIR: .intento
GOLANG_VERSION: 1.24
Expand Down
2 changes: 1 addition & 1 deletion intento/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.7
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.8
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion intento/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.7
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.35-intento-v1.0.8
ports:
- '26656:26656'
- '26657:26657'
Expand Down