Skip to content

Commit

Permalink
chore: correct onomy files (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic authored Oct 10, 2024
1 parent 895b6d5 commit d55f93d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
9 changes: 9 additions & 0 deletions chains/onomy-gbt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Onomy gbt. Not a chain, companion process required by validator
- name: onomy-gbt
github-organization: onomyprotocol
github-repo: arc
dockerfile: cargo
build-dir: orchestrator
build-target: cargo build --release
binaries:
- /build/arc/orchestrator/target/${ARCH}-unknown-linux-gnu/release/gbt
13 changes: 6 additions & 7 deletions chains/onomy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Onomy gbt. Not a chain, companion process required by validator
- name: onomy-gbt
# Onomy
- name: onomy
github-organization: onomyprotocol
github-repo: arc
dockerfile: cargo
build-dir: orchestrator
build-target: cargo build --release
github-repo: onomy
dockerfile: cosmos
build-target: make install
binaries:
- /build/arc/orchestrator/target/${ARCH}-unknown-linux-gnu/release/gbt
- /go/bin/onomyd

0 comments on commit d55f93d

Please sign in to comment.