Skip to content

Commit

Permalink
Update README.md (#1547)
Browse files Browse the repository at this point in the history
Yeah maybe this needs more thorough changes throughout the docs but I was caught up on this for a minute, and this will help
  • Loading branch information
Brentably committed Feb 23, 2023
1 parent 6031cbe commit ee7c6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function App() {

if (wallet) {
ethersProvider = new ethers.providers.Web3Provider(wallet.provider, 'any')
// if using ethers v6 this is:
// ethersProvider = new ethers.BrowserProvider(wallet.provider, 'any')
}

return (
Expand Down

0 comments on commit ee7c6b2

Please sign in to comment.