Skip to content

Commit

Permalink
Bug init + install fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Dec 22, 2022
1 parent 26ea5f8 commit 96877c1
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 12,479 deletions.
1 change: 1 addition & 0 deletions agoric-sdk
Submodule agoric-sdk added at 62ceaa
5 changes: 1 addition & 4 deletions network/agoric/agoric.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash

# Install the specialized, agoric sdk for ICA
cd $HOME
yes | rm -r agoric-sdk
git clone https://github.com/schnetzlerjoe/agoric-sdk
cd agoric-sdk
yarn install
yarn build
cd agoric-sdk && yarn install && yarn build
yarn link-cli ~/bin/agoric
cd ./packages/cosmic-swingset && make
6 changes: 3 additions & 3 deletions network/axelar/axelar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cd $HOME
mkdir binaries && cd binaries

cd $HOME
yes | rm -r osmosis
yes | rm -r axelar-core
git clone https://github.com/pitalco/axelar-core
cd axelar-core
git checkout upgrade-ibc3
make install
sudo mv $GOPATH/bin/axelard /usr/local/bin
make build
sudo mv ./bin/axelard /usr/local/bin

# install tofnd
wget https://github.com/axelarnetwork/tofnd/releases/download/$TOFND_RELEASE/tofnd-linux-amd64-$TOFND_RELEASE
Expand Down
Binary file modified network/data/.tofnd/kvstore/kv/db
Binary file not shown.
Loading

0 comments on commit 96877c1

Please sign in to comment.