diff --git a/e2e-tests/solana/online.sh b/e2e-tests/solana/online.sh index 988a30f..6d90f36 100644 --- a/e2e-tests/solana/online.sh +++ b/e2e-tests/solana/online.sh @@ -4,6 +4,9 @@ read -r from_address printf "%s" "Public key of the recipient address: " read -r to_address +printf "%s" "Publick ey of the nonce account: " +read -r nonce_address + printf "%s" "Name of the token to transfer: " read -r token_name @@ -21,4 +24,4 @@ cat < /data/input.json } EOF -icepick workflow sol broadcast --cluster devnet +icepick workflow sol broadcast --cluster devnet --nonce-address "$nonce_address"