Skip to content

Commit

Permalink
Merge pull request #8 from steveluscher/lock-to-one
Browse files Browse the repository at this point in the history
Lock to web3.js 1.x for compatibility
  • Loading branch information
AlmostEfficient authored Oct 30, 2024
2 parents bcf5491 + baaab51 commit 11f0e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ Throw this command into your terminal to install all the `wallet-adapter` stuff
we need:
```shell
yarn add react @solana/web3.js \
yarn add react @solana/web3.js@1 \
@solana/wallet-adapter-base @solana/wallet-adapter-react \
@solana/wallet-adapter-react-ui @solana/wallet-adapter-wallets
```
Expand Down

0 comments on commit 11f0e82

Please sign in to comment.