From 29cca9033d94c635c7567ec2f63c8dd1902ab6db Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Thu, 19 Jun 2025 12:26:10 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20portfolio=20move=20funds?= =?UTF-8?q?=20with=20ticker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update the SDK to 27.7.0 to include moveFunds fix --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de534635..be8b8abb 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@polymeshassociation/fireblocks-signing-manager": "^2.5.0", "@polymeshassociation/hashicorp-vault-signing-manager": "^3.4.0", "@polymeshassociation/local-signing-manager": "^3.3.0", - "@polymeshassociation/polymesh-sdk": "27.6.0", + "@polymeshassociation/polymesh-sdk": "27.7.0", "@polymeshassociation/signing-manager-types": "^3.2.0", "class-transformer": "0.5.1", "class-validator": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index 9bbadfbc..31cc1ac3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1954,10 +1954,10 @@ dependencies: "@polymeshassociation/signing-manager-types" "^3.3.0" -"@polymeshassociation/polymesh-sdk@27.6.0": - version "27.6.0" - resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-27.6.0.tgz#498a64554c0f1fb9926d2e2605bff576ced8a615" - integrity sha512-H3aRVYRokp5dMIeEYrYpS9XRadERpNginbxPMQpDypOoRDxP0lc0NhuNLiubV23Js+woUgd4T3EB56drQKF9sQ== +"@polymeshassociation/polymesh-sdk@27.7.0": + version "27.7.0" + resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-27.7.0.tgz#bb4cca69af2327f661b4ac2706eb89ca7af46b3b" + integrity sha512-Q2KVqgwTqN7ywyA6dVK1uZjmYnwSxLCM0Blly5HWo66froD/V589iLTSOLNICCs0QpTJOTg8cTdma7giWxhU6g== dependencies: "@apollo/client" "^3.8.1" "@polkadot/api" "11.2.1"