From 8e067bdf0343820e265b3e9d035e7d06a72c7609 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 11 Feb 2025 13:58:35 -0500 Subject: [PATCH] add commands for setting ICEPICK_CONFIG_FILE and to repeat command if tx not picked up by cluster --- .../fixed-location/operator/coins/sol/generate-address.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md index 1e7adff..33199e3 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/generate-address.md @@ -144,8 +144,14 @@ * The following command will need to be updated to use the appropriate \, which can be `devnet`, `testnet` or `mainnet-beta` + * Set `icepick` config file: + + * `export ICEPICK_CONFIG_FILE=/icepick.toml` + * `icepick workflow sol generate-nonce-account --cluster --authorization-address $"(cat $account_id.txt)" | jq -r .nonce_account > $account_id-na.txt` + * Repeat command if returned message is "The transaction was possibly not received by the cluster." + 1. Airdrop the wallet displayed on-screen with 0.01 SOL * Once the airdrop is done, nonce account will be created