tilt: solana deploy fix

This commit is contained in:
Evan Gray 2023-01-27 14:22:08 +00:00 committed by Evan Gray
parent 08a0c28c65
commit c3dd438ab9
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ retry token-bridge-client create-bridge "$nft_bridge_address" "$bridge_address"
echo "Waiting for worm to finish building"
wait $worm_build_pid
# Trigger wormhole config file before running in parallel
worm --help
# next we get all the registration VAAs from the environment
# if a new VAA is added, this will automatically pick it up
VAAS=$(set | grep "REGISTER_.*_VAA" | grep -v SOL | cut -d '=' -f1)