Skip to content

Commit

Permalink
Lock to web3.js 1.x for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Oct 30, 2024
1 parent d73e91c commit e21f1cd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions account-compression/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ For more information, see the full [Solana account compression SDK documentation
## Install

```shell
npm install --save @solana/spl-account-compression @solana/web3.js
npm install --save @solana/spl-account-compression @solana/web3.js@1
```

__OR__

```shell
yarn add @solana/spl-account-compression @solana/web3.js
yarn add @solana/spl-account-compression @solana/web3.js@1
```

## Information
Expand Down
4 changes: 2 additions & 2 deletions docs/src/account-compression/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ title: Example usage of the TS SDK
## Install

```shell
npm install --save @solana/spl-account-compression @solana/web3.js
npm install --save @solana/spl-account-compression @solana/web3.js@1
```

__OR__

```shell
yarn add @solana/spl-account-compression @solana/web3.js
yarn add @solana/spl-account-compression @solana/web3.js@1
```

### Examples
Expand Down
4 changes: 2 additions & 2 deletions memo/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A TypeScript library for interacting with the SPL Memo program.
## Install

```shell
npm install --save @solana/spl-memo @solana/web3.js
npm install --save @solana/spl-memo @solana/web3.js@1
```
_OR_
```shell
yarn add @solana/spl-memo @solana/web3.js
yarn add @solana/spl-memo @solana/web3.js@1
```

## Build from Source
Expand Down
4 changes: 2 additions & 2 deletions token-group/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ If you've found a bug or you'd like to request a feature, please
## Install

```shell
npm install --save @solana/spl-token-group @solana/web3.js
npm install --save @solana/spl-token-group @solana/web3.js@1
```
_OR_
```shell
yarn add @solana/spl-token-group @solana/web3.js
yarn add @solana/spl-token-group @solana/web3.js@1
```

## Build from Source
Expand Down
4 changes: 2 additions & 2 deletions token-lending/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Install the library and its peer dependencies in your app:

### Yarn
```shell
yarn add @solana/spl-token-lending @solana/spl-token @solana/web3.js
yarn add @solana/spl-token-lending @solana/spl-token @solana/web3.js@1
```

### NPM
```shell
npm install @solana/spl-token-lending @solana/spl-token @solana/web3.js
npm install @solana/spl-token-lending @solana/spl-token @solana/web3.js@1
```

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions token-metadata/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ If you've found a bug or you'd like to request a feature, please
## Install

```shell
npm install --save @solana/spl-token-metadata @solana/web3.js
npm install --save @solana/spl-token-metadata @solana/web3.js@1
```
_OR_
```shell
yarn add @solana/spl-token-metadata @solana/web3.js
yarn add @solana/spl-token-metadata @solana/web3.js@1
```

## Build from Source
Expand Down
4 changes: 2 additions & 2 deletions token/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Please see [upgrading from 0.1.x](#upgrading-from-01x).
## Install

```shell
npm install --save @solana/spl-token @solana/web3.js
npm install --save @solana/spl-token @solana/web3.js@1
```
_OR_
```shell
yarn add @solana/spl-token @solana/web3.js
yarn add @solana/spl-token @solana/web3.js@1
```

## Build from Source
Expand Down

0 comments on commit e21f1cd

Please sign in to comment.