diff --git a/solana/devnet_setup.sh b/solana/devnet_setup.sh index 7c0ff50e..1462fe27 100755 --- a/solana/devnet_setup.sh +++ b/solana/devnet_setup.sh @@ -41,8 +41,9 @@ echo "Created token account $account" # Mint new tokens owned by our CLI account cli mint "$token" 10000000000 "$account" -# Do lock transactions <3 -#while : ; do -# cli lock "$bridge_address" "$account" "$token" 10 "$chain_id_ethereum" "$RANDOM" "$recipient_address" - sleep 5000 -#done +# Do lock transactions +while : ; do + # Uncomment for simulated debugging transactions + #cli lock "$bridge_address" "$account" "$token" 10 "$chain_id_ethereum" "$RANDOM" "$recipient_address" + sleep 5 +done