Commit dcbc65e9 authored by Hayden Adams's avatar Hayden Adams

fix merge conflicts

parents 9099c739 0a7c668d
......@@ -292,11 +292,11 @@ class App extends Component {
<section className="rate border pa2">
<span className="rate-info">
<p>Rate</p>
<p>{this.state.rate} UNI/ETH</p>
<p>{this.state.rate} {this.state.outputToken.value + "/" + this.state.inputToken.value}</p>
</span>
<span className="rate-info">
<p>Fee</p>
<p>{this.state.fee/10**18} ETH</p>
<p>{this.state.fee/10**18} {this.state.inputToken.value}</p>
</span>
</section>
{this.state.interaction === 'input' ?
......
......@@ -5,7 +5,7 @@ function NetworkStatus(props) {
if (isConnected){
return (
<div className="connection border pa2">
<a href={'https://etherscan.io/search?q=' + props.address}>{props.address}</a>
<a href={'https://rinkeby.etherscan.io/search?q=' + props.address}>{props.address}</a>
<p></p>
</div>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment