Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock to @solana/web3.js 1.x for compatibility #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started-expressjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Express.js app contains one route that accepts a mint address and returns th
2. **Install the Metaplex and Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Create your index file.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
yarn add @metaplex-foundation/js @solana/web3.js
yarn add @metaplex-foundation/js @solana/web3.js@1
```

3. **That's it!** 🎉
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-cra4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js-next @solana/web3.js
npm install @metaplex-foundation/js-next @solana/web3.js@1
```

3. **Install and use `react-app-rewired`**.
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-cra5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This example has been generated using the following steps:
2. **Install React, EsBuild and the Metaplex SDK.**

```sh
npm install react react-dom esbuild @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down