@paraspell/pallets 12.3.0 → 12.4.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +10 -7
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 ParaSpell
3
+ Copyright (c) 2026 ParaSpell
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div align="center">
4
4
  <h1 align="center">@paraspell/pallets</h1>
5
- <h4 align="center"> Pallet queries for Polkadot and Kusama Parachains. </h4>
5
+ <h4 align="center"> Pallet queries for Polkadot, Kusama, Paseo and Westend ecosystems. </h4>
6
6
  <p align="center">
7
7
  <a href="https://npmjs.com/package/@paraspell/pallets">
8
8
  <img alt="version" src="https://img.shields.io/npm/v/@paraspell/pallets?style=flat-square" />
@@ -94,7 +94,8 @@ getOtherAssetsPallets(chain: TChain)
94
94
 
95
95
  - Update XCM pallets in the map using script - `pnpm updatePallets`
96
96
 
97
- Pallet queries can be tested in [Playground](https://github.com/paraspell/xcm-tools/tree/main/apps/playground).
97
+ > [!NOTE]
98
+ > Pallet queries can be tested in [XCM Playground](https://github.com/paraspell/xcm-tools/tree/main/apps/playground).
98
99
 
99
100
  ## Contribute to XCM Tools and earn rewards 💰
100
101
 
@@ -114,8 +115,10 @@ Published under [MIT License](https://playground.paraspell.xyz/xcm-sdk/pallets).
114
115
 
115
116
  ## Supported by
116
117
 
117
- <div>
118
- <div align="center" style="margin-top: 20px;">
119
- <img width="750" alt="version" src="https://github.com/user-attachments/assets/29e4b099-d90c-46d6-a3ce-94edfbda003c" />
120
- </div>
121
- </div>
118
+ <p align="center">
119
+ <picture>
120
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/paraspell/presskit/blob/main/logos_supporters/polkadot_kusama_transparent.png">
121
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/paraspell/presskit/blob/main/logos_supporters/polkadot_kusama_w3f_standard.png">
122
+ <img width="750" alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://github.com/paraspell/presskit/blob/main/logos_supporters/polkadot_kusama_w3f_standard.png">
123
+ </picture>
124
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/pallets",
3
- "version": "12.3.0",
3
+ "version": "12.4.0",
4
4
  "description": "Pallets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@paraspell/sdk-common": "12.3.0"
26
+ "@paraspell/sdk-common": "12.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",