From 6ad81ffddeba40c34699666563a73ba43babe8ad Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Tue, 17 Oct 2023 12:24:22 -0600 Subject: [PATCH] build dydx from source --- chains.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/chains.yaml b/chains.yaml index 58e15ec..60e87e8 100644 --- a/chains.yaml +++ b/chains.yaml @@ -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