From 2c290821e5cfc67edf2090e3999fef19f3748453 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 30 Oct 2024 15:50:47 -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 --- src/pages/guides/openlogin-solana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/openlogin-solana.md b/src/pages/guides/openlogin-solana.md index 40ceb49..97b3a8e 100644 --- a/src/pages/guides/openlogin-solana.md +++ b/src/pages/guides/openlogin-solana.md @@ -38,7 +38,7 @@ library to derive ED25519 key which is compatible with solana. ```shell npm install --save @toruslabs/openlogin npm install --save @toruslabs/openlogin-ed25519 -npm install --save @solana/web3.js +npm install --save @solana/web3.js@1 ``` ## Initialize solana web3 connection