Skip to content

Commit

Permalink
Merge pull request #504 from steveluscher/lock-to-one
Browse files Browse the repository at this point in the history
Lock to @solana/web3.js 1.x for compatibility
  • Loading branch information
mashharuki authored Oct 31, 2024
2 parents eda0973 + bc5bafa commit e7b89dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Anchorプロジェクトでもインストールしていますが、同じも
ルートディレクトリで以下のコマンドを実行します。

```
npm install @project-serum/anchor @solana/web3.js
npm install @project-serum/anchor @solana/web3.js@1
```

インストールしたパッケージをWebアプリケーションにインポートしましょう。
Expand Down

0 comments on commit e7b89dc

Please sign in to comment.