From 76faa6d901a73e2c2fba9502bda2c47f06e82a59 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Sun, 16 Feb 2025 19:44:16 -0500 Subject: [PATCH 1/2] Add link to web3.js version 2 update. Fixes #67. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be91661..437f2e3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ and/or node.js, made by the Solana Foundation's > - npm registry - https://www.npmjs.com/package/gill > - source repository - https://github.com/solana-foundation/gill +> [!IMPORTANT] +> `@solana/helpers` is for Solana web3.js version 1. An updated version of `@solana/helpers` for Solana web3.js version 2 is at https://github.com/helius-labs/kite. + ## What can I do with this module? ### Account & Keypair Management: From 458b3fce71c29b543ddb00193cfbea2852783d40 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Sat, 10 May 2025 19:04:30 -0400 Subject: [PATCH 2/2] Update links --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 437f2e3..6a04948 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,8 @@ and/or node.js, made by the Solana Foundation's [Unboxed Software](https://beunboxed.com/), and [StarAtlas](https://staratlas.com/). > [!IMPORTANT] -> `@solana-developers/helpers` is for Solana web3.js version 1. The updated version of this package -> which is compatible with Solana web3.js version 2 is called `gill`. Learn more here: -> -> - npm registry - https://www.npmjs.com/package/gill -> - source repository - https://github.com/solana-foundation/gill - -> [!IMPORTANT] -> `@solana/helpers` is for Solana web3.js version 1. An updated version of `@solana/helpers` for Solana web3.js version 2 is at https://github.com/helius-labs/kite. +> `@solana/helpers` is for Solana web3.js version 1. +> The updated version of `@solana/helpers` for Solana Kit (formerly known as Solana web3.js version 2) is [Kite](https://solanakite.org). There is also a new package for Solana Kit called [Gill](https://github.com/solana-foundation/gill). ## What can I do with this module?