Skip to content

Commit

Permalink
Lock web3.js to 1.x for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Oct 30, 2024
1 parent 55e3fc9 commit 4b7ab0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For full documentation and examples, visit [solutils.vercel.app](https://solutil
Install solutils and its @solana peer dependencies.

```bash
npm install @lndgalante/solutils @solana/web3.js @solana/spl-token @solana/wallet-adapter-react
npm install @lndgalante/solutils @solana/web3.js@1 @solana/spl-token @solana/wallet-adapter-react
```

### Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/web/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: 'Solutils: React Hooks and Helpers for Solana.'
### React hooks and Helpers library for _Solana_

```bash
yarn add @lndgalante/solutils @solana/web3.js @solana/spl-token @solana/wallet-adapter-react
yarn add @lndgalante/solutils @solana/web3.js@1 @solana/spl-token @solana/wallet-adapter-react
```

#### Overview
Expand Down

0 comments on commit 4b7ab0d

Please sign in to comment.