From cd895e3cd5e7362822551bca3f5ec39812b5261b Mon Sep 17 00:00:00 2001 From: Sukh Singh Date: Tue, 29 Aug 2023 17:12:15 +0100 Subject: [PATCH] reverted script to install specific version --- 01-wallet/test/npmton/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-wallet/test/npmton/index.sh b/01-wallet/test/npmton/index.sh index 1e3611d..35840e7 100755 --- a/01-wallet/test/npmton/index.sh +++ b/01-wallet/test/npmton/index.sh @@ -2,7 +2,7 @@ set -ev npm init --yes npm install dotenv npm install ts-node -npm install @ton/ton @ton/core@0.52.0 @ton/crypto +npm install @ton/ton @ton/core @ton/crypto npm install @orbs-network/ton-access npx ts-node step7.ts > step7.output.txt diff step7.output.txt step7.expected.txt