@paraspell/sdk-pjs 10.10.8 → 10.10.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -474,13 +474,19 @@ console.log(SUPPORTED_PALLETS)
|
|
|
474
474
|
|
|
475
475
|
XCM SDK can be tested in [Playground](https://playground.paraspell.xyz/xcm-sdk/xcm-transfer).
|
|
476
476
|
|
|
477
|
+
## Get Support 🚑
|
|
478
|
+
|
|
479
|
+
- Contact form on our [landing page](https://paraspell.xyz/#contact-us).
|
|
480
|
+
- Message us on our [X](https://x.com/paraspell).
|
|
481
|
+
- Support channel on [telegram](https://t.me/paraspell).
|
|
482
|
+
|
|
477
483
|
## License
|
|
478
484
|
|
|
479
485
|
Made with 💛 by [ParaSpell✨](https://paraspell.xyz/)
|
|
480
486
|
|
|
481
487
|
Published under [MIT License](https://github.com/paraspell/xcm-tools/blob/main/packages/sdk/LICENSE).
|
|
482
488
|
|
|
483
|
-
##
|
|
489
|
+
## Supported by
|
|
484
490
|
|
|
485
491
|
<div align="center">
|
|
486
492
|
<p align="center">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-pjs",
|
|
3
|
-
"version": "10.10.
|
|
3
|
+
"version": "10.10.10",
|
|
4
4
|
"description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@snowbridge/contract-types": "0.1.64",
|
|
28
28
|
"ethers": "^6.14.4",
|
|
29
29
|
"viem": "^2.31.6",
|
|
30
|
-
"@paraspell/sdk-core": "10.10.
|
|
30
|
+
"@paraspell/sdk-core": "10.10.10"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@polkadot/api": ">= 16.0 < 17",
|