Skip to content

Commit

Permalink
Fix config path from Airdrop script (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
srph authored Dec 12, 2022
1 parent 5f3a857 commit 2a60eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockernet/scripts/airdrop.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### AIRDROP TESTING FLOW
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source ${SCRIPT_DIR}/config.sh
source ${SCRIPT_DIR}/../config.sh

# First, start the network with `make start-docker`
# Then, run this script with `bash dockernet/scripts/airdrop.sh`
Expand Down Expand Up @@ -56,4 +56,4 @@ echo "Liquid staking..."
$STRIDE_MAIN_CMD tx stakeibc liquid-stake 1000 uatom --from airdrop-test --gas 400000
sleep 5
echo "Balance after liquid stake:"
$STRIDE_MAIN_CMD query bank balances stride1nf6v2paty9m22l3ecm7dpakq2c92ueyununayr
$STRIDE_MAIN_CMD query bank balances stride1nf6v2paty9m22l3ecm7dpakq2c92ueyununayr

0 comments on commit 2a60eb5

Please sign in to comment.