diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b9a3f5e4..5afc47b94 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: v6.0.9 + version: v7.0.1 - project: dymension version: v3.1.0 - project: elysnetwork diff --git a/README.md b/README.md index 56846bc12..31437bc33 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.32-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.32-desmos-v6.2.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dig-v3.3.1`|[Example](./dig)| -|[dydx](https://github.com/dydxprotocol/v4-chain)|`v6.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v6.0.9`|[Example](./dydx)| +|[dydx](https://github.com/dydxprotocol/v4-chain)|`v7.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v7.0.1`|[Example](./dydx)| |[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dymension-v3.1.0`|[Example](./dymension)| |[elysnetwork](https://github.com/elys-network/elys)|`v0.29.12`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-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.32-emoney-v1.2.0`|[Example](./emoney)| diff --git a/dydx/README.md b/dydx/README.md index b7209e59e..c86c5a671 100644 --- a/dydx/README.md +++ b/dydx/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v6.0.9`| +|Version|`v7.0.1`| |Binary|`dydxprotocold`| |Directory|`.dydxprotocol`| |ENV namespace|`DYDXPROTOCOLD`| |Repository|`https://github.com/dydxprotocol/v4-chain`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v6.0.9`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v7.0.1`| ## Examples diff --git a/dydx/build.yml b/dydx/build.yml index 62033043f..4af05b30d 100644 --- a/dydx/build.yml +++ b/dydx/build.yml @@ -8,7 +8,7 @@ services: PROJECT: dydx PROJECT_BIN: dydxprotocold PROJECT_DIR: .dydxprotocol - VERSION: protocol/v6.0.9 + VERSION: protocol/v7.0.1 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 a38912422..9f64a545a 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.32-dydx-v6.0.9 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v7.0.1 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 d721032d0..d73385bae 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.32-dydx-v6.0.9 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.32-dydx-v7.0.1 ports: - '26656:26656' - '26657:26657'