@paraspell/assets 10.11.7 → 10.11.8
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 +7 -1
- package/dist/index.mjs +7 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2388,9 +2388,15 @@ var Centrifuge = {
|
|
|
2388
2388
|
multiLocation: {
|
|
2389
2389
|
parents: 1,
|
|
2390
2390
|
interior: {
|
|
2391
|
-
|
|
2391
|
+
X2: [
|
|
2392
2392
|
{
|
|
2393
2393
|
Parachain: 2031
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
GeneralKey: {
|
|
2397
|
+
length: 2,
|
|
2398
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000"
|
|
2399
|
+
}
|
|
2394
2400
|
}
|
|
2395
2401
|
]
|
|
2396
2402
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -2386,9 +2386,15 @@ var Centrifuge = {
|
|
|
2386
2386
|
multiLocation: {
|
|
2387
2387
|
parents: 1,
|
|
2388
2388
|
interior: {
|
|
2389
|
-
|
|
2389
|
+
X2: [
|
|
2390
2390
|
{
|
|
2391
2391
|
Parachain: 2031
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
GeneralKey: {
|
|
2395
|
+
length: 2,
|
|
2396
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000"
|
|
2397
|
+
}
|
|
2392
2398
|
}
|
|
2393
2399
|
]
|
|
2394
2400
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "10.11.
|
|
3
|
+
"version": "10.11.8",
|
|
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": "10.11.
|
|
26
|
+
"@paraspell/sdk-common": "10.11.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|