Skip to content

Commit

Permalink
chore: remove legacy exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri-go committed Jan 13, 2024
1 parent 1a8fe30 commit 7b010b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/provision-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_tools() {
get_latest_binary() {
wget $GIT_RELEASE_REPO/$GIT_TAG/$RELEASE_ARCH
unzip -o $RELEASE_ARCH
mv -f injectived peggo injective-exchange /usr/bin
mv -f injectived peggo /usr/bin
mv -f libwasmvm.x86_64.so /usr/lib
}

Expand Down

0 comments on commit 7b010b3

Please sign in to comment.