From ea521681fddfa53fdcc9eb41e462fb4e7ca94e71 Mon Sep 17 00:00:00 2001 From: danb Date: Thu, 26 Oct 2023 23:03:05 -0400 Subject: [PATCH] add saga --- chains.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chains.yaml b/chains.yaml index 28b81e5..66a6091 100644 --- a/chains.yaml +++ b/chains.yaml @@ -972,6 +972,18 @@ binaries: - /go/bin/rizond +# saga +- name: saga + github-organization: sagaxyz + github-repo: ssc + dockerfile: cosmos + build-target: | + make install + binaries: + - /go/bin/sscd + build-env: + - BUILD_TAGS=muslc + # Secret Network - name: secretnetwork dockerfile: imported