From 7a1fb6683b940ab45d6e51034667a9b7ef69a700 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 22 Jul 2019 10:41:01 -0700 Subject: [PATCH] Fix per Ryan Signed-off-by: Mary Anthony --- _org/wallet-troubleshoot.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_org/wallet-troubleshoot.md b/_org/wallet-troubleshoot.md index db63f4d8..eab760a3 100644 --- a/_org/wallet-troubleshoot.md +++ b/_org/wallet-troubleshoot.md @@ -37,17 +37,22 @@ To change from a software-only wallet to a hardware wallet, do the following: If you purchased Stacks via Coinlist during in the token sale, your Stacks address is located at this URL: ``` -https://sale.stackstoken.com/stacks-token-sale/YOUR_COINLIST_USERNAME/WALLET_ADDRESS +https://sale.stackstoken.com/stacks-token-sale/YOUR_COINLIST_USERNAME/wallet_address ``` -For example, if your Coinlist user name is `Eleven` and the Stacks wallet address you provided is `SM3KJBA4RZ7Z20KD2HBXNSXVPCR1D3CRAV6Q05MKT`, the URL you would use is: +For example, if your Coinlist user name is `Eleven`, the URL you would use is: ``` -https://sale.stackstoken.com/stacks-token-sale/Eleven/SM3KJBA4RZ7Z20KD2HBXNSXVPCR1D3CRAV6Q05MKT +https://sale.stackstoken.com/stacks-token-sale/Eleven/wallet_address ``` To view or change your Stacks address on Coinlist, do the following: 1. Log into your Coinlist account. -2. Enter the URL for your Stack's token. +2. Enter the URL in this format: + + ``` + https://sale.stackstoken.com/stacks-token-sale/YOUR_COINLIST_USERNAME/wallet_address + ``` + 3. Change your address if necessary.