From 3cffbbbe4059962a563c8cb370dc854b7f049050 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:38:17 -0500 Subject: [PATCH] feat(ts-bindings): update freighter and stellar-sdk (#1227) --- .../soroban-spec-typescript/src/project_template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e32d0f5e5..40a610e0e 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -2,9 +2,9 @@ "version": "0.0.0", "name": "INSERT_CONTRACT_NAME_HERE", "dependencies": { - "@stellar/freighter-api": "1.7.1", + "@stellar/freighter-api": "2.0.0", "buffer": "6.0.3", - "@stellar/stellar-sdk": "11.2.0" + "@stellar/stellar-sdk": "11.2.2" }, "scripts": { "build": "node ./scripts/build.mjs"