@paraspell/sdk-core 10.8.2 → 10.8.3
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 +0 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +0 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -4926,7 +4926,6 @@ var dryRunInternal = /*#__PURE__*/function () {
|
|
|
4926
4926
|
tx: tx,
|
|
4927
4927
|
node: origin,
|
|
4928
4928
|
address: senderAddress,
|
|
4929
|
-
asset: asset,
|
|
4930
4929
|
feeAsset: resolvedFeeAsset
|
|
4931
4930
|
});
|
|
4932
4931
|
case 1:
|
|
@@ -5205,7 +5204,6 @@ var getOriginXcmFee = /*#__PURE__*/function () {
|
|
|
5205
5204
|
tx: tx,
|
|
5206
5205
|
node: origin,
|
|
5207
5206
|
address: senderAddress,
|
|
5208
|
-
asset: asset,
|
|
5209
5207
|
feeAsset: resolvedFeeAsset
|
|
5210
5208
|
});
|
|
5211
5209
|
case 5:
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -4927,7 +4927,6 @@ var dryRunInternal = /*#__PURE__*/function () {
|
|
|
4927
4927
|
tx: tx,
|
|
4928
4928
|
node: origin,
|
|
4929
4929
|
address: senderAddress,
|
|
4930
|
-
asset: asset,
|
|
4931
4930
|
feeAsset: resolvedFeeAsset
|
|
4932
4931
|
});
|
|
4933
4932
|
case 1:
|
|
@@ -5206,7 +5205,6 @@ var getOriginXcmFee = /*#__PURE__*/function () {
|
|
|
5206
5205
|
tx: tx,
|
|
5207
5206
|
node: origin,
|
|
5208
5207
|
address: senderAddress,
|
|
5209
|
-
asset: asset,
|
|
5210
5208
|
feeAsset: resolvedFeeAsset
|
|
5211
5209
|
});
|
|
5212
5210
|
case 5:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "10.8.
|
|
3
|
+
"version": "10.8.3",
|
|
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": "^1.2.6",
|
|
28
28
|
"viem": "^2.31.6",
|
|
29
|
-
"@paraspell/
|
|
30
|
-
"@paraspell/sdk-common": "10.8.
|
|
31
|
-
"@paraspell/
|
|
29
|
+
"@paraspell/pallets": "10.8.3",
|
|
30
|
+
"@paraspell/sdk-common": "10.8.3",
|
|
31
|
+
"@paraspell/assets": "10.8.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|