Skip to content

Commit

Permalink
feat(onex): Update chains.yaml to add onex (#243)
Browse files Browse the repository at this point in the history
* Update chains.yaml to add onex

* Make own onex chain install command
  • Loading branch information
pharr117 committed Apr 29, 2024
1 parent 58851e6 commit 9e38cbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,18 @@
binaries:
- /go/bin/omniflixhubd

# Onex
- name: onex
github-organization: onomyprotocol
github-repo: onex
dockerfile: cosmos
build-target: |
BUILD_TAGS=netgo,muslc
LD_FLAGS="-s -w -X github.com/cosmos/cosmos-sdk/version.Name=onex -X github.com/cosmos/cosmos-sdk/version.AppName=onexd -X github.com/cosmos/cosmos-sdk/version.Version=$(git describe --exact-match --tags 2>/dev/null) -X github.com/cosmos/cosmos-sdk/version.Commit=$(git log -1 --format='%H') -X github.com/cosmos/cosmos-sdk/version.BuildTags=\"${BUILD_TAGS}\""
go install -mod=readonly -tags="${BUILD_TAGS}" -ldflags="$LDFLAGS ${LD_FLAGS}" ./cmd/onexd
binaries:
- /go/bin/onexd

# Onomy
- name: onomy
github-organization: onomyprotocol
Expand Down

0 comments on commit 9e38cbb

Please sign in to comment.