Skip to content

Commit

Permalink
Lock to @solana/web3.js 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 f1c9e79 commit 0da6305
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 @@ -15,7 +15,7 @@ This is a standalone testcontainers-node package for running `solana-test-valida
purposes.

```shell
npm i -D solana-testcontainers @solana/web3.js
npm i -D solana-testcontainers @solana/web3.js@1
```

```typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-testcontainers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Provides a Docker image for running `solana-test-validator` in a container for toolchain isolation.

```shell
npm i -D solana-testcontainers @solana/web3.js
npm i -D solana-testcontainers @solana/web3.js@1
```

```typescript
Expand Down

0 comments on commit 0da6305

Please sign in to comment.