From d3d527ba843cbe06305495ae4d6c59099ff4dbe3 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Thu, 21 Dec 2023 10:37:33 -0500 Subject: [PATCH] Update stellar-sdk to 11.1.0 --- .../soroban-spec-typescript/src/project_template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crates/soroban-spec-typescript/src/project_template/package.json b/cmd/crates/soroban-spec-typescript/src/project_template/package.json index 6cb1f1a7d..3c6b89642 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -4,7 +4,7 @@ "dependencies": { "@stellar/freighter-api": "1.7.1", "buffer": "6.0.3", - "stellar-sdk": "11.0.1" + "stellar-sdk": "11.1.0" }, "scripts": { "build": "node ./scripts/build.mjs"