Skip to content

Commit

Permalink
Update dYdX to v7.0.5 (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Dec 6, 2024
1 parent ed72dad commit 93ae025
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- project: desmos
version: v6.2.0
- project: dydx
version: v7.0.1
version: v7.0.5
- project: dymension
version: v3.1.0
- project: emoney
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-cryptoorgchain-v4.2.9`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-decentr-v1.6.4`|[Example](./decentr)|
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-desmos-v6.2.0`|[Example](./desmos)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v7.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.1`|[Example](./dydx)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v7.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.5`|[Example](./dydx)|
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dymension-v3.1.0`|[Example](./dymension)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-empowerchain-v2.0.0`|[Example](./empowerchain)|
Expand Down
4 changes: 2 additions & 2 deletions dydx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v7.0.1`|
|Version|`v7.0.5`|
|Binary|`dydxprotocold`|
|Directory|`.dydxprotocol`|
|ENV namespace|`DYDXPROTOCOLD`|
|Repository|`https://github.com/dydxprotocol/v4-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.5`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions dydx/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
PROJECT: dydx
PROJECT_BIN: dydxprotocold
PROJECT_DIR: .dydxprotocol
VERSION: v7.0.1
BUILD_REF: protocol/v7.0.1
VERSION: v7.0.5
BUILD_REF: protocol/v7.0.5
REPOSITORY: https://github.com/dydxprotocol/v4-chain
BUILD_CMD: make install -C protocol
GOLANG_VERSION: 1.22-bullseye
Expand Down
2 changes: 1 addition & 1 deletion dydx/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.0.2-dydx-v7.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.5
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion dydx/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.0.2-dydx-v7.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.2-dydx-v7.0.5
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 93ae025

Please sign in to comment.