From 7eaf992688f95cdc47af4c933a3b67e5ec8df0d1 Mon Sep 17 00:00:00 2001 From: Nico Miicro Date: Thu, 20 Oct 2022 15:53:25 +0300 Subject: [PATCH] docs(attestation): clarify format of APTOS_ACCOUNT_PRIVATE_KEY --- apps/attestation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/attestation/README.md b/apps/attestation/README.md index 977ea8f81..62848ad29 100644 --- a/apps/attestation/README.md +++ b/apps/attestation/README.md @@ -7,3 +7,5 @@ See [wormhole token registration page](https://book.wormhole.com/technical/types ```bash WALLET_SOLANA_MNEMONIC_PHRASE='...' APTOS_ACCOUNT_PRIVATE_KEY=... yarn attestFromSolanaToAptos --mintAddress '3ngTtoyP9GFybFifX1dr7gCFXFiM2Wr6NfXn6EuU7k6C' ``` + +Note: APTOS_ACCOUNT_PRIVATE_KEY should not have the `0x` prefix.