From 84e331476f9e40b345682ac74027216bf7a61265 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 30 Oct 2024 15:32:24 -0700 Subject: [PATCH] Lock to @solana/web3.js 1.x for compatibility Read why, here: https://github.com/solana-labs/solana-web3.js/issues/3498 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e9efe..5013ad8 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ module.exports = { ## Install Dependencies ```bash -npm i @solana/web3.js @solana/spl-token bn.js heaven-sdk +npm i @solana/web3.js@1 @solana/spl-token bn.js heaven-sdk ``` ## Setup