@paraspell/assets 9.2.1 → 9.2.4

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/dist/index.cjs CHANGED
@@ -202,6 +202,14 @@ var Polimec = {
202
202
  symbol: "PLMC",
203
203
  isNative: true,
204
204
  decimals: 10,
205
+ multiLocation: {
206
+ parents: 1,
207
+ interior: {
208
+ X1: {
209
+ Parachain: 3344
210
+ }
211
+ }
212
+ },
205
213
  existentialDeposit: "100000000"
206
214
  }
207
215
  ],
package/dist/index.mjs CHANGED
@@ -200,6 +200,14 @@ var Polimec = {
200
200
  symbol: "PLMC",
201
201
  isNative: true,
202
202
  decimals: 10,
203
+ multiLocation: {
204
+ parents: 1,
205
+ interior: {
206
+ X1: {
207
+ Parachain: 3344
208
+ }
209
+ }
210
+ },
203
211
  existentialDeposit: "100000000"
204
212
  }
205
213
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "9.2.1",
3
+ "version": "9.2.4",
4
4
  "description": "Assets 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": "9.2.1"
26
+ "@paraspell/sdk-common": "9.2.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",