Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dYdX to v8.0.1 #972

Merged
merged 2 commits into from
Jan 23, 2025
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 @@ -70,7 +70,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.10`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-cryptoorgchain-v4.2.10`|[Example](./cryptoorgchain)|
|[decentr](https://github.com/Decentr-net/decentr)|`v1.6.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-decentr-v1.6.4`|[Example](./decentr)|
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-desmos-v6.2.0`|[Example](./desmos)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v7.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v7.0.5`|[Example](./dydx)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v8.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v8.0.1`|[Example](./dydx)|
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dymension-v3.1.0`|[Example](./dymension)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-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.5`|
|Version|`v8.0.1`|
|Binary|`dydxprotocold`|
|Directory|`.dydxprotocol`|
|ENV namespace|`DYDXPROTOCOLD`|
|Repository|`https://github.com/dydxprotocol/v4-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v7.0.5`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v8.0.1`|

## Examples

Expand Down
6 changes: 3 additions & 3 deletions dydx/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ services:
PROJECT: dydx
PROJECT_BIN: dydxprotocold
PROJECT_DIR: .dydxprotocol
VERSION: v7.0.5
BUILD_REF: protocol/v7.0.5
VERSION: v8.0.1
BUILD_REF: protocol/v8.0.1
REPOSITORY: https://github.com/dydxprotocol/v4-chain
BUILD_CMD: make install -C protocol
GOLANG_VERSION: 1.22
GOLANG_VERSION: 1.23
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
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.1.3-dydx-v7.0.5
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v8.0.1
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.1.3-dydx-v7.0.5
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-dydx-v8.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading