From 0a1594a63016e160986810f69d598e6434ee22e2 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 13 Feb 2025 23:53:50 -0500 Subject: [PATCH] clean up generate address doc --- .../fixed-location/operator/coins/sol/generate-address.md | 2 ++ 1 file changed, 2 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 8dbd96f..0ee4fa7 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 @@ -75,6 +75,7 @@ 1. Generate a new address: * `icepick workflow sol generate-address --account $account_id | jq -r .pubkey > $account_id.txt` + * [38 removes need to use jq](https://git.distrust.co/public/icepick/issues/38) 1. Sign the file using: @@ -149,6 +150,7 @@ * `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` + * [38 removes he need to use jq and cat](https://git.distrust.co/public/icepick/issues/38) * Repeat command if returned message is "The transaction was possibly not received by the cluster."