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

chore: add more chains, and use MUSLC in some #171

Merged
Merged
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
48 changes: 47 additions & 1 deletion chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,25 @@
binaries:
- /go/bin/akash

# Andromeda
- name: andromeda
github-organization: andromedaprotocol
github-repo: andromedad
dockerfile: cosmos
build-target: make install
binaries:
- /go/bin/andromedad
build-env:
- BUILD_TAGS=muslc

# Archway
- name: archway
github-organization: archway-network
github-repo: archway
dockerfile: cosmos
build-target: make build
binaries:
- build/archwayd
- build/archwayd
build-env:
- BUILD_TAGS=muslc

Expand Down Expand Up @@ -232,6 +243,17 @@
build-env:
- BUILD_TAGS=muslc

# Canto
- name: canto
github-organization: Canto-Network
github-repo: Canto
dockerfile: cosmos
build-target: make install
binaries:
- /go/bin/cantod
build-env:
- BUILD_TAGS=muslc

# Carbon
- name: carbon
github-organization: Switcheo
Expand Down Expand Up @@ -300,6 +322,8 @@
github-repo: chihuahua
dockerfile: cosmos
build-target: make install
build-env:
- BUILD_TAGS=muslc
binaries:
- /go/bin/chihuahuad

Expand Down Expand Up @@ -675,6 +699,17 @@
binaries:
- /go/bin/lumd

# Mars
- name: mars
github-organization: mars-protocol
github-repo: hub
dockerfile: cosmos
build-target: make install
build-env:
- BUILD_TAGS=muslc
binaries:
- /go/bin/marsd

# Migaloo
- name: migaloo
github-organization: White-Whale-Defi-Platform
Expand All @@ -700,6 +735,17 @@
platforms:
- linux/amd64

# Noria
- name: noria
github-organization: noria-net
github-repo: noria
dockerfile: cosmos
build-target: make install
build-env:
- BUILD_TAGS=muslc
binaries:
- /go/bin/noriad

# Neutron
- name: neutron
github-organization: neutron-org
Expand Down
Loading