add link to gas station

pull/1/head
yann300 7 years ago
parent f6a3efc740
commit f55ebeb6d3
  1. 2
      src/app/execution/txRunner.js

@ -246,7 +246,7 @@ function confirmDialog (tx, gasEstimation, self) {
<div>Amount: ${amount} Ether</div> <div>Amount: ${amount} Ether</div>
<div>Gas estimation: ${gasEstimation}</div> <div>Gas estimation: ${gasEstimation}</div>
<div>Gas limit: ${tx.gas}</div> <div>Gas limit: ${tx.gas}</div>
<div>Gas price: <input id='gasprice' oninput=${gasPriceChanged} /> Gwei</div> <div>Gas price: <input id='gasprice' oninput=${gasPriceChanged} /> Gwei <span> (visit <a target='_blank' href='https://ethgasstation.info'>ethgasstation.info</a> to get more info about gas price)</span></div>
<div>Max transaction fee:<span id='txfee'></span></div> <div>Max transaction fee:<span id='txfee'></span></div>
<div>Data:</div> <div>Data:</div>
<pre class=${css.wrapword}>${tx.data}</pre> <pre class=${css.wrapword}>${tx.data}</pre>

Loading…
Cancel
Save