Merge pull request #61 from benmorrow/gh-pages

Making "small amount of ether in wallet" more apparent
This commit is contained in:
carlbennetts 2017-06-27 07:22:14 +08:00 committed by GitHub
commit d02ecebf60
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
<div class="text">
<p>For our SGT token holders, here are the basic instructions on how to redeem your SGT for SNT: Prepare a <strong>0 ETH</strong> transaction to send to the Exchanger smart contract address: </p>
<p class="mono">0x20a7b20b9c213e6705c72a4216fdbc628a29d06c</p>
<p>Youll need to use a <strong>Gas Limit</strong> of <strong>200,000</strong> and a <strong>Data</strong> value of <strong>0xe5225381</strong>. The Data value will call <strong>collect()</strong> on the contract. The easiest way to do that is to use MyEtherWallet. In the next section, youll learn how to send the transaction to the Exchanger from MyEtherWallet and then verify the transaction with Etherscan.</p>
<p>Youll need to use a <strong>Gas Limit</strong> of <strong>200,000</strong> and a <strong>Data</strong> value of <strong>0xe5225381</strong>. The Data value will call <strong>collect()</strong> on the contract. <strong>You will need to have a small amount of ether in your wallet to cover the gas in this transaction.</strong> The easiest way to do that is to use MyEtherWallet. In the next section, youll learn how to send the transaction to the Exchanger from MyEtherWallet and then verify the transaction with Etherscan.</p>
</div>
<h2>MyEtherWallet (MEW) instructions</h2>
@ -113,7 +113,7 @@
<p>Paste the address into the <strong>To Address</strong> field. In the <strong>Amount to Send</strong> field input <strong>0</strong>, and make sure the dropdown on the right-side of the field has <strong>ETH</strong> selected. </p>
<div class="note">
<h5>Note</h5>
<p>Thats right! You will send a 0 ETH transaction. If youve never done this before, nows the time to try. You will need to have a small amount of ether in your wallet though to cover the gas in this transaction. You will see a popup bar warning in red along the bottom of the page. You can safely disregard the warning.</p>
<p>Thats right! You will send a 0 ETH transaction. If youve never done this before, nows the time to try. <strong>You will need to have a small amount of ether in your wallet to cover the gas in this transaction.</strong> You will see a popup bar warning in red along the bottom of the page. You can safely disregard the warning.</p>
</div>
<p>In the <strong>Gas Limit</strong> field, input <strong>200,000</strong>. You can optionally control the Gas Price in the top bar, but it is okay to leave this as the default 25 Gwei.</p>
<p>Click the <strong>+Advanced: Add Data</strong> link. In the <strong>Data</strong> field, input <strong>0xe5225381</strong>.</p>