e2e-tests/solana: move prompt to lower section so it's more noticeable

This commit is contained in:
Ryan Heywood 2024-12-16 13:56:34 -05:00
parent f5ca0841cb
commit 44aef0ca99
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ token_amount="$(jq -r .token_amount /data/input.json)"
blockhash="$(jq -r .blockhash /data/input.json)" blockhash="$(jq -r .blockhash /data/input.json)"
token_address="$(icepick sol get-token-address "$token_name" | jq -r .blob)" token_address="$(icepick sol get-token-address "$token_name" | jq -r .blob)"
echo "Do these values look correct? If not, press ctrl-c. Otherwise, press Enter."
jq . /data/input.json jq . /data/input.json
echo "Do these values look correct? If not, press ctrl-c. Otherwise, press Enter."
read _ read _
echo "Creating and signing transaction" echo "Creating and signing transaction"