From dd7736f5c8f0d2c8e72f503ae6e439322073b270 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 1 Jan 2025 03:00:20 -0500 Subject: [PATCH] e2e-tests/solana: use a nonce account for transfer-token example --- e2e-tests/solana/online.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"