diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a052c819c..154a85396 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: - project: dig version: v3.3.1 - project: dydx - version: v5.0.0 + version: v5.0.4 - project: dymension version: v3.1.0 - project: elysnetwork diff --git a/README.md b/README.md index adaef3cfc..a6a096d01 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[defund](https://github.com/defund-labs/defund)|`v0.1.0-alpha`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-defund-v0.1.0-alpha`|[Example](./defund)| |[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-desmos-v6.2.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dig-v3.3.1`|[Example](./dig)| -|[dydx](https://github.com/dydxprotocol/v4-chain)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.0`|[Example](./dydx)| +|[dydx](https://github.com/dydxprotocol/v4-chain)|`v5.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.4`|[Example](./dydx)| |[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dymension-v3.1.0`|[Example](./dymension)| |[elysnetwork](https://github.com/elys-network/elys)|`v0.29.12`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-elysnetwork-v0.29.12`|[Example](./elysnetwork)| |[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-emoney-v1.2.0`|[Example](./emoney)| diff --git a/dydx/README.md b/dydx/README.md index 27836ae5e..9ba6965b2 100644 --- a/dydx/README.md +++ b/dydx/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v5.0.0`| +|Version|`v5.0.4`| |Binary|`dydxprotocold`| |Directory|`.dydxprotocol`| |ENV namespace|`DYDXPROTOCOLD`| |Repository|`https://github.com/dydxprotocol/v4-chain`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.4`| ## Examples diff --git a/dydx/build.yml b/dydx/build.yml index 81922d28f..ff62b82e0 100644 --- a/dydx/build.yml +++ b/dydx/build.yml @@ -8,7 +8,7 @@ services: PROJECT: dydx PROJECT_BIN: dydxprotocold PROJECT_DIR: .dydxprotocol - VERSION: protocol/v5.0.0 + VERSION: protocol/v5.0.4 REPOSITORY: https://github.com/dydxprotocol/v4-chain NAMESPACE: DYDXPROTOCOLD BUILD_CMD: make install -C protocol diff --git a/dydx/deploy.yml b/dydx/deploy.yml index 9e4346a7b..70d1c0ddb 100644 --- a/dydx/deploy.yml +++ b/dydx/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.4 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/chain.json diff --git a/dydx/docker-compose.yml b/dydx/docker-compose.yml index 35fd2f709..8231e6b05 100644 --- a/dydx/docker-compose.yml +++ b/dydx/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.18-dydx-v5.0.4 ports: - '26656:26656' - '26657:26657'