Skip to content

Commit

Permalink
Injective binary rename to indexer (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Sep 2, 2022
1 parent ca0ad12 commit 68aa47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@
apt install unzip
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/$VERSION/linux-amd64.zip
unzip linux-amd64.zip
mv injectived peggo injective-exchange /usr/bin
mv injectived peggo injective-indexer /usr/bin
mv libwasmvm.x86_64.so /usr/lib
binaries:
- /usr/bin/injectived
- /usr/bin/peggo
- /usr/bin/injective-exchange
- /usr/bin/injective-indexer
libraries:
- /usr/lib/libwasmvm.x86_64.so
platforms:
Expand Down

0 comments on commit 68aa47e

Please sign in to comment.