Skip to content

Commit

Permalink
fix up chain defs (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer authored Dec 12, 2024
1 parent 8e9ec02 commit 3e805a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions chains/orai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Oraichain
- name: oraichain
github-organization: oraichain
github-repo: wasmd
dockerfile: cosmos
build-target: make build
binaries:
- /go/bin/oraid
build-env:
- BUILD_TAGS=muslc
9 changes: 1 addition & 8 deletions chains/stride.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@
binaries:
- build/strided

# Symphony
- name: symphony
github-organization: Orchestra-Labs
github-repo: symphony
dockerfile: cosmos
build-target: make build
binaries:
- build/symphonyd

8 changes: 8 additions & 0 deletions chains/symphony.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Symphony
- name: symphony
github-organization: Orchestra-Labs
github-repo: symphony
dockerfile: cosmos
build-target: make build
binaries:
- build/symphonyd

0 comments on commit 3e805a2

Please sign in to comment.