Skip to content

Commit

Permalink
Rename dydx to match chain registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Nov 2, 2023
1 parent ccc3dcb commit 1f6adab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
version: v4.8.0
- project: dig
version: v3.3.1
- project: dydxprotocol
- project: dydx
version: v1.0.0
- project: emoney
version: v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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.3.51-defund-v0.1.0-alpha`|[Example](./defund)|
|[desmos](https://github.com/desmos-labs/desmos)|`v4.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-desmos-v4.8.0`|[Example](./desmos)|
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dig-v3.3.1`|[Example](./dig)|
|[dydxprotocol](https://github.com/dydxprotocol/v4-chain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydxprotocol-1.0.0`|[Example](./dydxprotocol)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydx-1.0.0`|[Example](./dydx)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-empowerchain-v1.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-evmos-v14.1.0`|[Example](./evmos)|
Expand Down
2 changes: 1 addition & 1 deletion dydxprotocol/README.md → dydx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.dydxprotocol`|
|ENV namespace|`DYDXPROTOCOL`|
|Repository|`https://github.com/dydxprotocol/v4-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydxprotocol-v1.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydx-v1.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion dydxprotocol/build.yml → dydx/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ../
args:
PROJECT: dydxprotocol
PROJECT: dydx
PROJECT_BIN: dydxprotocold
PROJECT_DIR: .dydxprotocol
VERSION: protocol/v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion dydxprotocol/deploy.yml → 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.3.51-dydxprotocol-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydx-v1.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/chain.json
Expand Down
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.3.51-dydxprotocol-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-dydx-v1.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 1f6adab

Please sign in to comment.