Skip to content

Commit

Permalink
contract transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariachi111 committed Aug 12, 2020
1 parent b2eaf49 commit b65f532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const Main: React.FC = () => {
<p>
You've got <b>{ethBalance}ETH</b>
</p>
<p>You've got {adiBalance}AĐI</p>
<p>
You've got {adiBalance}AĐI <br />
<small>({_secrets.contractAddress})</small>
</p>
<p>to spare with others.</p>
{adiBalance && (
<TransferForm updateBalance={queryADIBalance}></TransferForm>
Expand Down

0 comments on commit b65f532

Please sign in to comment.