Skip to content

Commit 74d8839

Browse files
committed
fix: 🐛 update sdk version to avoid infinite loop
1 parent 45ce631 commit 74d8839

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@polymeshassociation/fireblocks-signing-manager": "^2.5.0",
5050
"@polymeshassociation/hashicorp-vault-signing-manager": "^3.4.0",
5151
"@polymeshassociation/local-signing-manager": "^3.3.0",
52-
"@polymeshassociation/polymesh-sdk": "27.0.2",
52+
"@polymeshassociation/polymesh-sdk": "27.3.1-alpha.1",
5353
"@polymeshassociation/signing-manager-types": "^3.2.0",
5454
"class-transformer": "0.5.1",
5555
"class-validator": "^0.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,10 +1954,10 @@
19541954
dependencies:
19551955
"@polymeshassociation/signing-manager-types" "^3.3.0"
19561956

1957-
"@polymeshassociation/polymesh-sdk@27.0.2":
1958-
version "27.0.2"
1959-
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-27.0.2.tgz#a5e47e356b671aed71071a5e5d1afdb03ee2e74c"
1960-
integrity sha512-GTbGF9MWI/yU7Kwbkqo6Kq2YVI/pbY9GUI/aw5/xkn9O4ZPMyLbvO3wspWkVzF8tNy6Apt/olEHs/9+HzG3M0g==
1957+
"@polymeshassociation/polymesh-sdk@27.3.1-alpha.1":
1958+
version "27.3.1-alpha.1"
1959+
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-27.3.1-alpha.1.tgz#f26dc483788ef21925419ff00ecb35a860351cec"
1960+
integrity sha512-mpx8Zlnq36Pcv4bskUJDWESgps+3xKC3rjwwsuXG0GWXXdur8RWi4vR5NWEGXPaOHtNLzqNDINyIztcNbUi86A==
19611961
dependencies:
19621962
"@apollo/client" "^3.8.1"
19631963
"@polkadot/api" "11.2.1"

0 commit comments

Comments
 (0)