@paraspell/sdk-core 10.10.9 → 10.10.11
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/dist/index.cjs +105 -231
- package/dist/index.d.ts +16 -14
- package/dist/index.mjs +106 -234
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -38,13 +38,19 @@ This package serves as a `core` component for both `@paraspell/sdk` and `@parasp
|
|
|
38
38
|
|
|
39
39
|
XCM SDK can be tested in [Playground](https://playground.paraspell.xyz/xcm-sdk/xcm-transfer).
|
|
40
40
|
|
|
41
|
+
## Get Support 🚑
|
|
42
|
+
|
|
43
|
+
- Contact form on our [landing page](https://paraspell.xyz/#contact-us).
|
|
44
|
+
- Message us on our [X](https://x.com/paraspell).
|
|
45
|
+
- Support channel on [telegram](https://t.me/paraspell).
|
|
46
|
+
|
|
41
47
|
## License
|
|
42
48
|
|
|
43
49
|
Made with 💛 by [ParaSpell✨](https://paraspell.xyz/)
|
|
44
50
|
|
|
45
51
|
Published under [MIT License](https://github.com/paraspell/xcm-tools/blob/main/packages/sdk-core/LICENSE).
|
|
46
52
|
|
|
47
|
-
##
|
|
53
|
+
## Supported by
|
|
48
54
|
|
|
49
55
|
<div align="center">
|
|
50
56
|
<p align="center">
|