tilt: solana deploy fix
This commit is contained in:
parent
08a0c28c65
commit
c3dd438ab9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue