Skip to content

Commit

Permalink
build dydx from source (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 17, 2023
1 parent a1f92e8 commit c16900c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,15 +488,13 @@

# dydx
- name: dydx
pre-build: |
apt update
wget https://storage.googleapis.com/strangelove-public/dydx/dydxprotocold-${VERSION}-linux-amd64
mv dydxprotocold-${VERSION}-linux-amd64 /usr/bin/dydxprotocold
chmod 755 /usr/bin/dydxprotocold
github-organization: dydxprotocol
github-repo: v4-chain
dockerfile: cosmos
build-target: make install
build-dir: protocol
binaries:
- /usr/bin/dydxprotocold
platforms:
- linux/amd64
- /go/bin/dydxprotocold

# Emoney
- name: emoney
Expand Down

0 comments on commit c16900c

Please sign in to comment.