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