From d3b7c8dbabe2e8717f8af1314491b675151a5641 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 30 Oct 2024 14:48:10 -0700 Subject: [PATCH] Lock to web3.js 1.x for compatibility --- ts-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-client/README.md b/ts-client/README.md index 32bc50d6..7074e83f 100644 --- a/ts-client/README.md +++ b/ts-client/README.md @@ -22,7 +22,7 @@ Discord: https://discord.com/channels/841152225564950528/864859354335412224 1. Install deps ``` -npm i @mercurial-finance/dynamic-amm-sdk @project-serum/anchor @solana/web3.js @solana/spl-token @solana/spl-token-registry +npm i @mercurial-finance/dynamic-amm-sdk @project-serum/anchor @solana/web3.js@1 @solana/spl-token @solana/spl-token-registry ``` 2. Initialize AmmImpl instance