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 2355722..3f4aac5 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 @@ -38,11 +38,21 @@ * Set the nonce address variable: - * nonce_address=$"(cat /media/vaults///-na.txt)" + * `nonce_address=$"(cat /media/vaults///-na.txt)"` -1. Run the command: `icepick workflow sol broadcast --nonce-address=$nonce_address` +1. Set `ICEPICK_DATA_DIR`: - * The nonce address is found on the Ceremony SD card + * Find your media using `lsblk` + + * `export ICEPICK_DATA_DIR=/external` + +1. set `ICEPICK_CONFIG_FILE` + + * `export ICEPICK_CONFIG_FILE=/icepick.toml` + +1. Run the command: `icepick workflow sol broadcast --cluster --nonce-address=$nonce_address` + + * Available clusters are `devnet`, `testnet` and `mainnet-beta` * Await completion message before removing Ceremony SD card