Skip to content

Commit

Permalink
Update URLs to point specifically to v1 of the @solana/web3.js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Nov 7, 2024
1 parent 586bd6f commit 55f3d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/single-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const connection = new Connection(clusterApiUrl('devnet'), 'confirmed');
```

### Keypair
You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter)
You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/v1.x/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter)

</TabItem>
<TabItem value="jsn" label="WEB3.JS NEXT">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const web3 = require('@solana/web3.js');
const connection = new web3.Connection(web3.clusterApiUrl('devnet'), 'confirmed');
```
### Keypair
You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter)
You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/v1.x/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter)

</TabItem>
</Tabs>
Expand Down

0 comments on commit 55f3d4d

Please sign in to comment.