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 v5.0.6 #830

Merged
merged 1 commit into from
Jul 17, 2024
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 .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- project: dig
version: v3.3.1
- project: dydx
version: v5.0.4
version: v5.0.6
- project: dymension
version: v3.1.0
- project: elysnetwork
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20-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.20-desmos-v6.2.0`|[Example](./desmos)|
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dig-v3.3.1`|[Example](./dig)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v5.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.4`|[Example](./dydx)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v5.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.6`|[Example](./dydx)|
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dymension-v3.1.0`|[Example](./dymension)|
|[elysnetwork](https://github.com/elys-network/elys)|`v0.29.12`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-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.20-emoney-v1.2.0`|[Example](./emoney)|
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|`v5.0.4`|
|Version|`v5.0.6`|
|Binary|`dydxprotocold`|
|Directory|`.dydxprotocol`|
|ENV namespace|`DYDXPROTOCOLD`|
|Repository|`https://github.com/dydxprotocol/v4-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.4`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.6`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion dydx/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: dydx
PROJECT_BIN: dydxprotocold
PROJECT_DIR: .dydxprotocol
VERSION: protocol/v5.0.4
VERSION: protocol/v5.0.6
REPOSITORY: https://github.com/dydxprotocol/v4-chain
NAMESPACE: DYDXPROTOCOLD
BUILD_CMD: make install -C protocol
Expand Down
2 changes: 1 addition & 1 deletion dydx/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.4
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.6
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/chain.json
Expand Down
2 changes: 1 addition & 1 deletion dydx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.4
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-dydx-v5.0.6
ports:
- '26656:26656'
- '26657:26657'
Expand Down