@paraspell/sdk-core 8.8.0 → 8.9.0

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.
Files changed (5) hide show
  1. package/README.md +2 -8
  2. package/dist/index.cjs +2603 -15975
  3. package/dist/index.d.ts +1146 -1519
  4. package/dist/index.mjs +2264 -15609
  5. 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://github.com/paraspell/xcm-tools/tree/main/apps/playground).
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://github.com/paraspell)
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