Skip to content

Commit

Permalink
tilt: solana deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Jan 27, 2023
1 parent 08a0c28 commit c3dd438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solana/devnet_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c3dd438

Please sign in to comment.