From 4a89bc848b07535b45a8e1aeaece0b5e45a246cb Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 11 Feb 2025 09:57:02 -0500 Subject: [PATCH] update nonce address instructions --- .../operator/coins/sol/transfer-token.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md index 9330278..2355722 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md @@ -32,7 +32,15 @@ 1. Retrieve the Ceremony SD card from High Visibility Storage and plug it into the computer -1. Run the command: `icepick workflow sol broadcast --nonce-address=` +1. Get the nonce address for the address you are sending from by checking the appropriate \/\/ directory. + + * e.g `media/vaults///0-na.txt` + + * Set the nonce address variable: + + * nonce_address=$"(cat /media/vaults///-na.txt)" + +1. Run the command: `icepick workflow sol broadcast --nonce-address=$nonce_address` * The nonce address is found on the Ceremony SD card