Skip to content

Commit a4c8333

Browse files
authored
Update dYdX to v9.4.0 (#1137)
1 parent d7a8e72 commit a4c8333

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
7373
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v6.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-cryptoorgchain-v6.0.3`|[Example](./cryptoorgchain)|
7474
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-decentr-v1.6.4`|[Example](./decentr)|
7575
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-desmos-v6.2.0`|[Example](./desmos)|
76-
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v9.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.3.0`|[Example](./dydx)|
76+
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v9.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.4.0`|[Example](./dydx)|
7777
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dymension-v3.1.0`|[Example](./dymension)|
7878
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-emoney-v1.2.0`|[Example](./emoney)|
7979
|[evmos](https://github.com/evmos/evmos)|`v20.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-evmos-v20.0.0`|[Example](./evmos)|

dydx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v9.3.0`|
5+
|Version|`v9.4.0`|
66
|Binary|`dydxprotocold`|
77
|Directory|`.dydxprotocol`|
88
|ENV namespace|`DYDXPROTOCOLD`|
99
|Repository|`https://github.com/dydxprotocol/v4-chain`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.3.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.4.0`|
1111

1212
## Examples
1313

dydx/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
PROJECT: dydx
77
PROJECT_BIN: dydxprotocold
88
PROJECT_DIR: .dydxprotocol
9-
VERSION: v9.3.0
10-
BUILD_REF: protocol/v9.3.0
9+
VERSION: v9.4.0
10+
BUILD_REF: protocol/v9.4.0
1111
REPOSITORY: https://github.com/dydxprotocol/v4-chain
1212
BUILD_CMD: make install -C protocol
1313
GOLANG_VERSION: 1.23

dydx/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.3.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.4.0
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

dydx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.3.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.33-dydx-v9.4.0
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)