@paraspell/sdk-core 11.14.12 → 11.14.13
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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1318,7 +1318,7 @@ var EnergyWebX$1 = {
|
|
|
1318
1318
|
providers: [
|
|
1319
1319
|
{
|
|
1320
1320
|
name: "Energy Web",
|
|
1321
|
-
endpoint: "wss://
|
|
1321
|
+
endpoint: "wss://wnp-rpc.mainnet.energywebx.com/"
|
|
1322
1322
|
}
|
|
1323
1323
|
]
|
|
1324
1324
|
};
|
|
@@ -11695,7 +11695,7 @@ var EnergyWebX = /*#__PURE__*/function (_Parachain) {
|
|
|
11695
11695
|
if (scenario !== 'ParaToPara') {
|
|
11696
11696
|
throw new ScenarioNotSupportedError(this.chain, scenario);
|
|
11697
11697
|
}
|
|
11698
|
-
return transferPolkadotXcm(input, '
|
|
11698
|
+
return transferPolkadotXcm(input, 'reserve_transfer_assets');
|
|
11699
11699
|
}
|
|
11700
11700
|
}, {
|
|
11701
11701
|
key: "transferRelayToPara",
|
package/dist/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ type TDestWeight = {
|
|
|
210
210
|
};
|
|
211
211
|
type TXTransferMethod = 'transfer';
|
|
212
212
|
type TXTokensMethod = 'transfer' | 'transfer_multiasset' | 'transfer_multiassets';
|
|
213
|
-
type TPolkadotXcmMethod = 'limited_teleport_assets' | 'limited_reserve_transfer_assets' | 'reserve_withdraw_assets' | 'transfer_assets';
|
|
213
|
+
type TPolkadotXcmMethod = 'limited_teleport_assets' | 'limited_reserve_transfer_assets' | 'reserve_transfer_assets' | 'reserve_withdraw_assets' | 'transfer_assets';
|
|
214
214
|
type TXcmPalletMethod = 'limited_teleport_assets' | 'limited_reserve_transfer_assets' | 'transfer_assets_using_type_and_then';
|
|
215
215
|
type TWeight = {
|
|
216
216
|
refTime: bigint;
|
package/dist/index.mjs
CHANGED
|
@@ -1319,7 +1319,7 @@ var EnergyWebX$1 = {
|
|
|
1319
1319
|
providers: [
|
|
1320
1320
|
{
|
|
1321
1321
|
name: "Energy Web",
|
|
1322
|
-
endpoint: "wss://
|
|
1322
|
+
endpoint: "wss://wnp-rpc.mainnet.energywebx.com/"
|
|
1323
1323
|
}
|
|
1324
1324
|
]
|
|
1325
1325
|
};
|
|
@@ -11696,7 +11696,7 @@ var EnergyWebX = /*#__PURE__*/function (_Parachain) {
|
|
|
11696
11696
|
if (scenario !== 'ParaToPara') {
|
|
11697
11697
|
throw new ScenarioNotSupportedError(this.chain, scenario);
|
|
11698
11698
|
}
|
|
11699
|
-
return transferPolkadotXcm(input, '
|
|
11699
|
+
return transferPolkadotXcm(input, 'reserve_transfer_assets');
|
|
11700
11700
|
}
|
|
11701
11701
|
}, {
|
|
11702
11702
|
key: "transferRelayToPara",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "11.14.
|
|
3
|
+
"version": "11.14.13",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@noble/hashes": "^1.8.0",
|
|
27
27
|
"@scure/base": "^2.0.0",
|
|
28
28
|
"viem": "^2.40.3",
|
|
29
|
-
"@paraspell/assets": "11.14.
|
|
30
|
-
"@paraspell/pallets": "11.14.
|
|
31
|
-
"@paraspell/sdk-common": "11.14.
|
|
29
|
+
"@paraspell/assets": "11.14.13",
|
|
30
|
+
"@paraspell/pallets": "11.14.13",
|
|
31
|
+
"@paraspell/sdk-common": "11.14.13"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|