@paraspell/sdk-core 8.8.0 → 8.9.1
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 +2 -8
- package/dist/index.cjs +2581 -15883
- package/dist/index.d.ts +1158 -1520
- package/dist/index.mjs +2379 -15655
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -34,19 +34,13 @@ This package serves as a `core` component for both `@paraspell/sdk` and `@parasp
|
|
|
34
34
|
|
|
35
35
|
- Run unit tests using `pnpm test`
|
|
36
36
|
|
|
37
|
-
- Update Parachain registered assets in the map using script - `pnpm updateAssets`
|
|
38
|
-
|
|
39
|
-
- Update XCM pallets in the map using script - `pnpm updatePallets`
|
|
40
|
-
|
|
41
|
-
- Update existential deposits in the map using script - `pnpm updateEds`
|
|
42
|
-
|
|
43
37
|
- Run all core tests and checks using `pnpm runAll`
|
|
44
38
|
|
|
45
|
-
XCM SDK can be tested in [Playground](https://
|
|
39
|
+
XCM SDK can be tested in [Playground](https://playground.paraspell.xyz/xcm-sdk/xcm-transfer).
|
|
46
40
|
|
|
47
41
|
## License
|
|
48
42
|
|
|
49
|
-
Made with 💛 by [ParaSpell✨](https://
|
|
43
|
+
Made with 💛 by [ParaSpell✨](https://paraspell.xyz/)
|
|
50
44
|
|
|
51
45
|
Published under [MIT License](https://github.com/paraspell/xcm-tools/blob/main/packages/sdk-core/LICENSE).
|
|
52
46
|
|