Skip to content

Commit

Permalink
docs(attestation): clarify format of APTOS_ACCOUNT_PRIVATE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiicro committed Oct 20, 2022
1 parent 8d5c952 commit 7eaf992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/attestation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7eaf992

Please sign in to comment.