Skip to content

Commit

Permalink
update ui for slidechain card and mainchain card
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvoidmain committed Dec 20, 2017
1 parent 1b0b5ab commit 5a2a4a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
</md-card-actions>
<md-card-expand-content>
<md-card-content>
<p>Reward Engine Smart Contract: {{ sidechainInformation.rewardEngineAddress }}</p>
<p>Tomocoin Smart Contract: {{ sidechainInformation.tmcAddress }}</p>
<p>CashOut Smart Contract: {{ sidechainInformation.cashOutAddress }}</p>
<p>CashIn Smart Contract: {{ sidechainInformation.cashInAddress }}</p>
<p>Do not send ethers nor tokens to any of the addresses above. They are for test only and we are not likely to have control of them in mainnet.</p>
<div style="margin-bottom: 15px;">Reward Engine Smart Contract: {{ sidechainInformation.rewardEngineAddress }}</div>
<div style="margin-bottom: 15px;">Tomocoin Smart Contract: {{ sidechainInformation.tmcAddress }}</div>
<div style="margin-bottom: 15px;">CashOut Smart Contract: {{ sidechainInformation.cashOutAddress }}</div>
<div style="margin-bottom: 15px;">CashIn Smart Contract: {{ sidechainInformation.cashInAddress }}</div>
<div>Do not send ethers nor tokens to any of the addresses above. They are for test only and we are not likely to have control of them in mainnet.</div>
</md-card-content>
</md-card-expand-content>
</md-card-expand>
Expand Down Expand Up @@ -158,10 +158,10 @@
</md-card-actions>
<md-card-expand-content>
<md-card-content>
<p>Tomocoin Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/token/' + mainchainInformation.tmcAddress">{{ mainchainInformation.tmcAddress }}</a></p>
<p>CashOut Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/address/' + mainchainInformation.cashOutAddress">{{ mainchainInformation.cashOutAddress }}</a></p>
<p>CashIn Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/address/' + mainchainInformation.cashInAddress">{{ mainchainInformation.cashInAddress }}</a></p>
<p>Do not send ethers nor tokens to any of the addresses above. They are for test only and we are not likely to have control of them in mainnet.</p>
<div style="margin-bottom: 15px;">Tomocoin Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/token/' + mainchainInformation.tmcAddress">{{ mainchainInformation.tmcAddress }}</a></div>
<div style="margin-bottom: 15px;">CashOut Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/address/' + mainchainInformation.cashOutAddress">{{ mainchainInformation.cashOutAddress }}</a></div>
<div style="margin-bottom: 15px;">CashIn Smart Contract: <a target='_blank' :href="'https://rinkeby.etherscan.io/address/' + mainchainInformation.cashInAddress">{{ mainchainInformation.cashInAddress }}</a></div>
<div>Do not send ethers nor tokens to any of the addresses above. They are for test only and we are not likely to have control of them in mainnet.</div>
</md-card-content>
</md-card-expand-content>
</md-card-expand>
Expand Down

0 comments on commit 5a2a4a1

Please sign in to comment.