From d0d6572dfa2c18d41d421df915a4c6247fe015b0 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 11 Feb 2025 15:05:20 -0500 Subject: [PATCH] add instructions for icepick env vars --- .../operator/coins/sol/transfer-token.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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