wormhole/cosmwasm/deployment/terra2/tools/deploy.sh

14 lines
256 B
Bash
Raw Normal View History

2022-06-16 09:48:01 -07:00
# Wait for node to start
while ! /bin/netcat -z localhost 26657; do
sleep 1
done
# Wait for first block
while [ $(curl localhost:26657/status -ks | jq ".result.sync_info.latest_block_height|tonumber") -lt 1 ]; do
sleep 1
done
sleep 2
node deploy.js