Skip to content

Commit

Permalink
feat: skip agd wrapper
Browse files Browse the repository at this point in the history
solves #89
  • Loading branch information
turadg committed Feb 6, 2024
1 parent d26bdcc commit a4020ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/synthetic-chain/upgrade-test-scripts/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi

export binary=ag0
if [ -x "$(command -v "agd")" ]; then
# Skip the agoric-sdk/bin/agd wrapper script to prevent it rebuilding sdk
ln -fs /usr/src/agoric-sdk/golang/cosmos/build/agd /usr/local/bin/agd
export binary=agd
fi
export GOV1ADDR=$($binary keys show gov1 -a --keyring-backend="test")
Expand Down

0 comments on commit a4020ce

Please sign in to comment.