@paraspell/pallets 14.2.2 → 14.3.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/dist/index.mjs +0 -51
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -422,27 +422,6 @@ var CrustShadow = {
|
|
|
422
422
|
"AssetManager"
|
|
423
423
|
]
|
|
424
424
|
};
|
|
425
|
-
var Crab = {
|
|
426
|
-
defaultPallet: "PolkadotXcm",
|
|
427
|
-
supportedPallets: [
|
|
428
|
-
{
|
|
429
|
-
name: "Balances",
|
|
430
|
-
index: 5
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
name: "Assets",
|
|
434
|
-
index: 7
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
name: "PolkadotXcm",
|
|
438
|
-
index: 33
|
|
439
|
-
}
|
|
440
|
-
],
|
|
441
|
-
nativeAssets: "Balances",
|
|
442
|
-
otherAssets: [
|
|
443
|
-
"Assets"
|
|
444
|
-
]
|
|
445
|
-
};
|
|
446
425
|
var Karura = {
|
|
447
426
|
defaultPallet: "PolkadotXcm",
|
|
448
427
|
supportedPallets: [
|
|
@@ -1069,32 +1048,6 @@ var HydrationPaseo = {
|
|
|
1069
1048
|
"Tokens"
|
|
1070
1049
|
]
|
|
1071
1050
|
};
|
|
1072
|
-
var NeuroWebPaseo = {
|
|
1073
|
-
defaultPallet: "PolkadotXcm",
|
|
1074
|
-
supportedPallets: [
|
|
1075
|
-
{
|
|
1076
|
-
name: "Balances",
|
|
1077
|
-
index: 10
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
name: "Assets",
|
|
1081
|
-
index: 14
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
name: "ForeignAssets",
|
|
1085
|
-
index: 16
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
name: "PolkadotXcm",
|
|
1089
|
-
index: 31
|
|
1090
|
-
}
|
|
1091
|
-
],
|
|
1092
|
-
nativeAssets: "Balances",
|
|
1093
|
-
otherAssets: [
|
|
1094
|
-
"Assets",
|
|
1095
|
-
"ForeignAssets"
|
|
1096
|
-
]
|
|
1097
|
-
};
|
|
1098
1051
|
var Westend = {
|
|
1099
1052
|
defaultPallet: "XcmPallet",
|
|
1100
1053
|
supportedPallets: [
|
|
@@ -1240,7 +1193,6 @@ var pallets = {
|
|
|
1240
1193
|
Basilisk: Basilisk,
|
|
1241
1194
|
BifrostKusama: BifrostKusama,
|
|
1242
1195
|
CrustShadow: CrustShadow,
|
|
1243
|
-
Crab: Crab,
|
|
1244
1196
|
Karura: Karura,
|
|
1245
1197
|
Shiden: Shiden,
|
|
1246
1198
|
Unique: Unique,
|
|
@@ -1270,7 +1222,6 @@ var pallets = {
|
|
|
1270
1222
|
PeoplePaseo: PeoplePaseo,
|
|
1271
1223
|
HeimaPaseo: HeimaPaseo,
|
|
1272
1224
|
HydrationPaseo: HydrationPaseo,
|
|
1273
|
-
NeuroWebPaseo: NeuroWebPaseo,
|
|
1274
1225
|
Westend: Westend,
|
|
1275
1226
|
Paseo: Paseo,
|
|
1276
1227
|
EnergyWebX: EnergyWebX,
|
|
@@ -1300,7 +1251,6 @@ var palletsMapJson = /*#__PURE__*/Object.freeze({
|
|
|
1300
1251
|
CoretimeKusama: CoretimeKusama,
|
|
1301
1252
|
CoretimePolkadot: CoretimePolkadot,
|
|
1302
1253
|
CoretimeWestend: CoretimeWestend,
|
|
1303
|
-
Crab: Crab,
|
|
1304
1254
|
Crust: Crust,
|
|
1305
1255
|
CrustShadow: CrustShadow,
|
|
1306
1256
|
Curio: Curio,
|
|
@@ -1317,7 +1267,6 @@ var palletsMapJson = /*#__PURE__*/Object.freeze({
|
|
|
1317
1267
|
Kusama: Kusama,
|
|
1318
1268
|
Mythos: Mythos,
|
|
1319
1269
|
NeuroWeb: NeuroWeb,
|
|
1320
|
-
NeuroWebPaseo: NeuroWebPaseo,
|
|
1321
1270
|
Paseo: Paseo,
|
|
1322
1271
|
Peaq: Peaq,
|
|
1323
1272
|
Pendulum: Pendulum,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/pallets",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.3.0",
|
|
4
4
|
"description": "Pallets for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@paraspell/sdk-common": "14.
|
|
25
|
+
"@paraspell/sdk-common": "14.3.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-syntax-import-attributes": "^7.29.7",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@rollup/plugin-babel": "^7.1.0",
|
|
32
32
|
"@rollup/plugin-json": "^6.1.0",
|
|
33
33
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
34
|
-
"@vitest/coverage-v8": "^4.1.
|
|
34
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
35
35
|
"dotenv": "^17.4.2",
|
|
36
|
-
"rollup": "^4.62.
|
|
37
|
-
"rollup-plugin-dts": "^6.
|
|
38
|
-
"tsx": "^4.23.
|
|
36
|
+
"rollup": "^4.62.5",
|
|
37
|
+
"rollup-plugin-dts": "^6.5.1",
|
|
38
|
+
"tsx": "^4.23.12"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"compile": "tsc --noEmit",
|