Skip to content

Commit

Permalink
ci: copy godWallet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 17, 2023
1 parent 7b23024 commit aabd564
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/scripts/start_relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ for search_string in "${search_strings[@]}"; do
sed -i "/$search_string/ s/\$HOME/$replacement/g" ./icon-ibc/const.sh
done


cat ./icon-ibc/const.sh

# sed -i 's/ARCHWAY_NETWORK=localnet/ARCHWAY_NETWORK=docker/' consts.sh
mkdir -p ~/.relayer/config
mkdir -p ~/keystore
cp ./gochain-btp/data/godWallet.json ~/keystore/godWallet.json
# Import fd account
pass init $GPG_FINGERPRINT

Expand All @@ -49,8 +53,8 @@ echo "fd: $fdwallet"

cd $SUBMODULE_DIR/icon-ibc

# sed -i 's/ARCHWAY_NETWORK=localnet/ARCHWAY_NETWORK=docker/' consts.sh
mkdir -p ~/.relayer/config



# make nodes
bash -x ./nodes.sh start-all
Expand Down

0 comments on commit aabd564

Please sign in to comment.