@paraspell/pallets 12.2.2 → 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.
- package/LICENSE +1 -1
- package/README.md +10 -7
- package/package.json +2 -2
package/LICENSE
CHANGED
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
|
|
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
|
-
|
|
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
|
-
<
|
|
118
|
-
|
|
119
|
-
<
|
|
120
|
-
|
|
121
|
-
|
|
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
|
+
"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.
|
|
26
|
+
"@paraspell/sdk-common": "12.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|