Skip to content

Commit

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

0 comments on commit b2eaf49

Please sign in to comment.