From a5a19e125ed3cb67d815da22a85d0e9b02e65fb3 Mon Sep 17 00:00:00 2001 From: ieow Date: Wed, 17 Aug 2022 16:20:42 +0800 Subject: [PATCH] feat: update web3.js to 1.50.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4d5615..2f5152c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/torusresearch/solana-embed.git" }, "dependencies": { - "@solana/web3.js": "^1.36.0", + "@solana/web3.js": "^1.50.1", "@toruslabs/base-controllers": "^2.2.3", "@toruslabs/http-helpers": "^3.0.0", "@toruslabs/openlogin-jrpc": "^2.0.0",