Skip to content

Commit

Permalink
added user balances and loading modal while transaction executes
Browse files Browse the repository at this point in the history
  • Loading branch information
filvecchiato committed Jul 5, 2021
1 parent f75c22c commit e58842c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function App(props) {
{injectedProvider
?
<Account
address={"0x1467131d0e6074a305b191f68b6daba058ff02fc" ||address}
address={address}
localProvider={localProvider}
userSigner={userSigner}
mainnetProvider={injectedProvider || mainnetProvider}
Expand All @@ -130,7 +130,7 @@ function App(props) {
}
</NavBar>
<Dashboard
address={"0x1467131d0e6074a305b191f68b6daba058ff02fc" || address}
address={address}
userSigner={userSigner}
provider={injectedProvider}
loadWeb3Modal={loadWeb3Modal}
Expand Down

0 comments on commit e58842c

Please sign in to comment.